Html Css Color HEX #C76024 Christine

📋 copy color: '#C76024'

red 199 ◦ green 96 ◦ blue 36

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

Shades of Christine #C76024

Tints of Christine #C76024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.88%

R = 60.12%
G = 29%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C76024 (or 0xC76024) is known color: Christine. HEX triplet: C7, 60 and 24. RGB value is (199,96,36). Sum of RGB (Red+Green+Blue) = 199+96+36=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C76024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76024 is #389FDB. Grayscale: #787878. Windows color (decimal): -3710940 or 2384071. OLE color: 2384071.

HSL color Cylindrical-coordinate representation of color #C76024: hue angle of 22.09º degrees, saturation: 0.69, 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 #C76024 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 36 -
CMYK 0 0.52 0.82 0.22
HSL 22.09º 0.69% 0.46% -
HSV(B) 22.09º 0.82% 0.78% -
XYZ 28.05 20.64 4.17 -
YUV 119.96 80.62 184.38 -
System Red Green Blue C M Y K H S L
Decimal 199 96 36 0 0.52 0.82 0.22 22.09 0.69 0.46
Hex C7 60 24 0 34 52 16 16 45 2E
Octal 307 140 44 0 64 122 26 26 105 56
Binary 11000111 1100000 100100 0 110100 1010010 10110 10110 1000101 101110

Color Harmonies of #C76024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76024

Black with #C76024

Text Example


Text Example

White with #C76024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76024; }

 p { color: rgb(199,96,36); }

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

background-color css

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

 a { background-color: rgb(199,96,36); }

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

border-color css

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

 span { border-color: rgb(199,96,36); }

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