Html Css Color HEX #C76029 Christine

📋 copy color: '#C76029'

red 199 ◦ green 96 ◦ blue 41

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

Shades of Christine #C76029

Tints of Christine #C76029

RGB

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

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

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

R = 59.23%
G = 28.57%
B = 12.2%

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

#C76029 (or 0xC76029) is known color: Christine. HEX triplet: C7, 60 and 29. RGB value is (199,96,41). Sum of RGB (Red+Green+Blue) = 199+96+41=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C76029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76029 is #389FD6. Grayscale: #787878. Windows color (decimal): -3710935 or 2711751. OLE color: 2711751.

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

Color convert

RGB 199 96 41 -
CMYK 0 0.52 0.79 0.22
HSL 20.89º 0.66% 0.47% -
HSV(B) 20.89º 0.79% 0.78% -
XYZ 28.14 20.67 4.6 -
YUV 120.53 83.12 183.97 -
System Red Green Blue C M Y K H S L
Decimal 199 96 41 0 0.52 0.79 0.22 20.89 0.66 0.47
Hex C7 60 29 0 34 4F 16 15 42 2F
Octal 307 140 51 0 64 117 26 25 102 57
Binary 11000111 1100000 101001 0 110100 1001111 10110 10101 1000010 101111

Color Harmonies of #C76029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76029

Black with #C76029

Text Example


Text Example

White with #C76029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76029; }

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

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

background-color css

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

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

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

border-color css

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

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

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