Html Css Color HEX #C76329 Christine

📋 copy color: '#C76329'

red 199 ◦ green 99 ◦ blue 41

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

Shades of Christine #C76329

Tints of Christine #C76329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 58.7%
G = 29.2%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C76329 (or 0xC76329) is known color: Christine. HEX triplet: C7, 63 and 29. RGB value is (199,99,41). Sum of RGB (Red+Green+Blue) = 199+99+41=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C76329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76329 is #389CD6. Grayscale: #7A7A7A. Windows color (decimal): -3710167 or 2712519. OLE color: 2712519.

HSL color Cylindrical-coordinate representation of color #C76329: hue angle of 22.03º 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 #C76329 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 41 -
CMYK 0 0.50 0.79 0.22
HSL 22.03º 0.66% 0.47% -
HSV(B) 22.03º 0.79% 0.78% -
XYZ 28.42 21.23 4.7 -
YUV 122.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 199 99 41 0 0.50 0.79 0.22 22.03 0.66 0.47
Hex C7 63 29 0 32 4F 16 16 42 2F
Octal 307 143 51 0 62 117 26 26 102 57
Binary 11000111 1100011 101001 0 110010 1001111 10110 10110 1000010 101111

Color Harmonies of #C76329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76329

Black with #C76329

Text Example


Text Example

White with #C76329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76329; }

 p { color: rgb(199,99,41); }

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

background-color css

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

 a { background-color: rgb(199,99,41); }

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

border-color css

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

 span { border-color: rgb(199,99,41); }

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