Html Css Color HEX #C66029 Christine

📋 copy color: '#C66029'

red 198 ◦ green 96 ◦ blue 41

#C66029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #C66029

Tints of Christine #C66029

RGB

 RED value IS 198 (77.73% from 255) = 59.1%

 GREEN value IS 96 (37.89% from 255) = 28.66%

 BLUE value IS 41 (16.41% from 255) = 12.24%

R = 59.1%
G = 28.66%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C66029 (or 0xC66029) is known color: Christine. HEX triplet: C6, 60 and 29. RGB value is (198,96,41). Sum of RGB (Red+Green+Blue) = 198+96+41=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C66029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66029 is #399FD6. Grayscale: #787878. Windows color (decimal): -3776471 or 2711750. OLE color: 2711750.

HSL color Cylindrical-coordinate representation of color #C66029: hue angle of 21.02º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C66029 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 96 41 -
CMYK 0 0.52 0.79 0.22
HSL 21.02º 0.66% 0.47% -
HSV(B) 21.02º 0.79% 0.78% -
XYZ 27.87 20.53 4.59 -
YUV 120.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 198 96 41 0 0.52 0.79 0.22 21.02 0.66 0.47
Hex C6 60 29 0 34 4F 16 15 42 2F
Octal 306 140 51 0 64 117 26 25 102 57
Binary 11000110 1100000 101001 0 110100 1001111 10110 10101 1000010 101111

Color Harmonies of #C66029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66029

Black with #C66029

Text Example


Text Example

White with #C66029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66029; }

 p { color: rgb(198,96,41); }

 H1.HeaderClassName
 {
   color: #C66029;
 }
 .AnyTagClassName
 {
   color: #C66029;
 }
</style>

background-color css

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

 a { background-color: rgb(198,96,41); }

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

border-color css

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

 span { border-color: rgb(198,96,41); }

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