Html Css Color HEX #C76E1C Ochre

📋 copy color: '#C76E1C'

red 199 ◦ green 110 ◦ blue 28

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

Shades of Ochre #C76E1C

Tints of Ochre #C76E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 59.05%
G = 32.64%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C76E1C (or 0xC76E1C) is known color: Ochre. HEX triplet: C7, 6E and 1C. RGB value is (199,110,28). Sum of RGB (Red+Green+Blue) = 199+110+28=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E1C is #3891E3. Grayscale: #7F7F7F. Windows color (decimal): -3707364 or 1863367. OLE color: 1863367.

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

Color convert

RGB 199 110 28 -
CMYK 0 0.45 0.86 0.22
HSL 28.77º 0.75% 0.45% -
HSV(B) 28.77º 0.86% 0.78% -
XYZ 29.34 23.38 4.06 -
YUV 127.26 71.99 179.17 -
System Red Green Blue C M Y K H S L
Decimal 199 110 28 0 0.45 0.86 0.22 28.77 0.75 0.45
Hex C7 6E 1C 0 2D 56 16 1D 4B 2D
Octal 307 156 34 0 55 126 26 35 113 55
Binary 11000111 1101110 11100 0 101101 1010110 10110 11101 1001011 101101

Color Harmonies of #C76E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E1C

Black with #C76E1C

Text Example


Text Example

White with #C76E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E1C; }

 p { color: rgb(199,110,28); }

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

background-color css

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

 a { background-color: rgb(199,110,28); }

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

border-color css

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

 span { border-color: rgb(199,110,28); }

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