Html Css Color HEX #C8811C Ochre

📋 copy color: '#C8811C'

red 200 ◦ green 129 ◦ blue 28

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

Shades of Ochre #C8811C

Tints of Ochre #C8811C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

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

R = 56.02%
G = 36.13%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8811C (or 0xC8811C) is known color: Ochre. HEX triplet: C8, 81 and 1C. RGB value is (200,129,28). Sum of RGB (Red+Green+Blue) = 200+129+28=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8811C is #377EE3. Grayscale: #8B8B8B. Windows color (decimal): -3636964 or 1868232. OLE color: 1868232.

HSL color Cylindrical-coordinate representation of color #C8811C: hue angle of 35.23º 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 #C8811C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 28 -
CMYK 0 0.36 0.86 0.22
HSL 35.23º 0.75% 0.45% -
HSV(B) 35.23º 0.86% 0.78% -
XYZ 31.88 28.06 4.84 -
YUV 138.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 200 129 28 0 0.36 0.86 0.22 35.23 0.75 0.45
Hex C8 81 1C 0 24 56 16 23 4B 2D
Octal 310 201 34 0 44 126 26 43 113 55
Binary 11001000 10000001 11100 0 100100 1010110 10110 100011 1001011 101101

Color Harmonies of #C8811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8811C

Black with #C8811C

Text Example


Text Example

White with #C8811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8811C; }

 p { color: rgb(200,129,28); }

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

background-color css

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

 a { background-color: rgb(200,129,28); }

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

border-color css

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

 span { border-color: rgb(200,129,28); }

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