Html Css Color HEX #C8712C Ochre

📋 copy color: '#C8712C'

red 200 ◦ green 113 ◦ blue 44

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

Shades of Ochre #C8712C

Tints of Ochre #C8712C

RGB

 RED value IS 200 (78.52% from 255) = 56.02%

 GREEN value IS 113 (44.53% from 255) = 31.65%

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 56.02%
G = 31.65%
B = 12.32%

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

#C8712C (or 0xC8712C) is known color: Ochre. HEX triplet: C8, 71 and 2C. RGB value is (200,113,44). Sum of RGB (Red+Green+Blue) = 200+113+44=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8712C is #378ED3. Grayscale: #838383. Windows color (decimal): -3641044 or 2912712. OLE color: 2912712.

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

Color convert

RGB 200 113 44 -
CMYK 0 0.44 0.78 0.22
HSL 26.54º 0.64% 0.48% -
HSV(B) 26.54º 0.78% 0.78% -
XYZ 30.18 24.27 5.48 -
YUV 131.15 78.82 177.11 -
System Red Green Blue C M Y K H S L
Decimal 200 113 44 0 0.44 0.78 0.22 26.54 0.64 0.48
Hex C8 71 2C 0 2C 4E 16 1B 40 30
Octal 310 161 54 0 54 116 26 33 100 60
Binary 11001000 1110001 101100 0 101100 1001110 10110 11011 1000000 110000

Color Harmonies of #C8712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8712C

Black with #C8712C

Text Example


Text Example

White with #C8712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8712C; }

 p { color: rgb(200,113,44); }

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

background-color css

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

 a { background-color: rgb(200,113,44); }

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

border-color css

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

 span { border-color: rgb(200,113,44); }

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