Html Css Color HEX #C76F2B Christine

📋 copy color: '#C76F2B'

red 199 ◦ green 111 ◦ blue 43

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

Shades of Christine #C76F2B

Tints of Christine #C76F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 56.37%
G = 31.44%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C76F2B (or 0xC76F2B) is known color: Christine. HEX triplet: C7, 6F and 2B. RGB value is (199,111,43). Sum of RGB (Red+Green+Blue) = 199+111+43=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F2B is #3890D4. Grayscale: #818181. Windows color (decimal): -3707093 or 2846663. OLE color: 2846663.

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

Color convert

RGB 199 111 43 -
CMYK 0 0.44 0.78 0.22
HSL 26.15º 0.64% 0.47% -
HSV(B) 26.15º 0.78% 0.78% -
XYZ 29.67 23.69 5.29 -
YUV 129.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 199 111 43 0 0.44 0.78 0.22 26.15 0.64 0.47
Hex C7 6F 2B 0 2C 4E 16 1A 40 2F
Octal 307 157 53 0 54 116 26 32 100 57
Binary 11000111 1101111 101011 0 101100 1001110 10110 11010 1000000 101111

Color Harmonies of #C76F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F2B

Black with #C76F2B

Text Example


Text Example

White with #C76F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F2B; }

 p { color: rgb(199,111,43); }

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

background-color css

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

 a { background-color: rgb(199,111,43); }

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

border-color css

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

 span { border-color: rgb(199,111,43); }

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