Html Css Color HEX #C76F2E Christine

📋 copy color: '#C76F2E'

red 199 ◦ green 111 ◦ blue 46

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

Shades of Christine #C76F2E

Tints of Christine #C76F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.92%

R = 55.9%
G = 31.18%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C76F2E (or 0xC76F2E) is known color: Christine. HEX triplet: C7, 6F and 2E. RGB value is (199,111,46). Sum of RGB (Red+Green+Blue) = 199+111+46=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F2E is #3890D1. Grayscale: #828282. Windows color (decimal): -3707090 or 3043271. OLE color: 3043271.

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

Color convert

RGB 199 111 46 -
CMYK 0 0.44 0.77 0.22
HSL 25.49º 0.62% 0.48% -
HSV(B) 25.49º 0.77% 0.78% -
XYZ 29.73 23.71 5.59 -
YUV 129.9 80.65 177.29 -
System Red Green Blue C M Y K H S L
Decimal 199 111 46 0 0.44 0.77 0.22 25.49 0.62 0.48
Hex C7 6F 2E 0 2C 4D 16 19 3E 30
Octal 307 157 56 0 54 115 26 31 76 60
Binary 11000111 1101111 101110 0 101100 1001101 10110 11001 111110 110000

Color Harmonies of #C76F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F2E

Black with #C76F2E

Text Example


Text Example

White with #C76F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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