Html Css Color HEX #C76428 Christine

📋 copy color: '#C76428'

red 199 ◦ green 100 ◦ blue 40

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

Shades of Christine #C76428

Tints of Christine #C76428

RGB

 RED value IS 199 (78.13% from 255) = 58.7%

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 58.7%
G = 29.5%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C76428 (or 0xC76428) is known color: Christine. HEX triplet: C7, 64 and 28. RGB value is (199,100,40). Sum of RGB (Red+Green+Blue) = 199+100+40=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C76428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76428 is #389BD7. Grayscale: #7B7B7B. Windows color (decimal): -3709912 or 2647239. OLE color: 2647239.

HSL color Cylindrical-coordinate representation of color #C76428: hue angle of 22.64º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C76428 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 100 40 -
CMYK 0 0.50 0.80 0.22
HSL 22.64º 0.67% 0.47% -
HSV(B) 22.64º 0.8% 0.78% -
XYZ 28.49 21.41 4.64 -
YUV 122.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 199 100 40 0 0.50 0.80 0.22 22.64 0.67 0.47
Hex C7 64 28 0 32 50 16 17 43 2F
Octal 307 144 50 0 62 120 26 27 103 57
Binary 11000111 1100100 101000 0 110010 1010000 10110 10111 1000011 101111

Color Harmonies of #C76428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76428

Black with #C76428

Text Example


Text Example

White with #C76428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76428; }

 p { color: rgb(199,100,40); }

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

background-color css

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

 a { background-color: rgb(199,100,40); }

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

border-color css

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

 span { border-color: rgb(199,100,40); }

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