#C6233C

Color #C6233C Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C6233C

Tints of Cardinal #C6233C

Color information

#C6233C (or 0xC6233C) is unknown color: approx Cardinal. HEX triplet: C6, 23 and 3C. RGB value is (198,35,60). Sum of RGB (Red+Green+Blue) = 198+35+60=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6233C is #39DCC3. Grayscale: #565656. Windows color (decimal): -3792068 or 3941318. OLE color: 3941318.

HSL color Cylindrical-coordinate representation of color #C6233C: hue angle of 350.8º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6233C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB1983560-
CMYK00.820.700.22
HSL350.8º69.96%45.69%-
HSV(B)350.8º82.32%77.65%-
XYZ24.7113.535.59-
YUV86.59113207.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 67.58%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=67.58%
G=11.95%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198356000.820.700.22350.869.9645.69
HexC6233C052461615f462e
Octal306437401221062653710656
Binary11000110100011111100010100101000110101101010111111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6233C; }

 p { color: rgb(198,35,60); }

 H1.HeaderClassName
 {
   color: #C6233C;
 }
 .AnyTagClassName
 {
   color: #C6233C;
 }
</style>
background-color css

<style>
 a { background-color: #C6233C; }

 a { background-color: rgb(198,35,60); }

 div.DivClassName
 {
   background-color: #C6233C;
 }
 .BgClassName
 {
   background-color: #C6233C;
 }
</style>
border-color css

<style>
 span { border-color: #C6233C; }

 span { border-color: rgb(198,35,60); }

 td.TdClassName
 {
   border-color: #C6233C;
 }
 .TagClassName
 {
   border-color: #C6233C;
 }
</style>