Html Css Color HEX #C76C31 Christine

📋 copy color: '#C76C31'

red 199 ◦ green 108 ◦ blue 49

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

Shades of Christine #C76C31

Tints of Christine #C76C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 55.9%
G = 30.34%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C76C31 (or 0xC76C31) is known color: Christine. HEX triplet: C7, 6C and 31. RGB value is (199,108,49). Sum of RGB (Red+Green+Blue) = 199+108+49=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C31 is #3893CE. Grayscale: #808080. Windows color (decimal): -3707855 or 3239111. OLE color: 3239111.

HSL color Cylindrical-coordinate representation of color #C76C31: hue angle of 23.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C76C31 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 108 49 -
CMYK 0 0.46 0.75 0.22
HSL 23.6º 0.6% 0.49% -
HSV(B) 23.6º 0.75% 0.78% -
XYZ 29.47 23.09 5.81 -
YUV 128.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 199 108 49 0 0.46 0.75 0.22 23.6 0.6 0.49
Hex C7 6C 31 0 2E 4B 16 18 3C 31
Octal 307 154 61 0 56 113 26 30 74 61
Binary 11000111 1101100 110001 0 101110 1001011 10110 11000 111100 110001

Color Harmonies of #C76C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C31

Black with #C76C31

Text Example


Text Example

White with #C76C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C31; }

 p { color: rgb(199,108,49); }

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

background-color css

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

 a { background-color: rgb(199,108,49); }

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

border-color css

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

 span { border-color: rgb(199,108,49); }

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