Html Css Color HEX #C8831E Ochre

📋 copy color: '#C8831E'

red 200 ◦ green 131 ◦ blue 30

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

Shades of Ochre #C8831E

Tints of Ochre #C8831E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 30 (12.11% from 255) = 8.31%

R = 55.4%
G = 36.29%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8831E (or 0xC8831E) is known color: Ochre. HEX triplet: C8, 83 and 1E. RGB value is (200,131,30). Sum of RGB (Red+Green+Blue) = 200+131+30=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8831E is #377CE1. Grayscale: #8C8C8C. Windows color (decimal): -3636450 or 1999816. OLE color: 1999816.

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

Color convert

RGB 200 131 30 -
CMYK 0 0.34 0.85 0.22
HSL 35.65º 0.74% 0.45% -
HSV(B) 35.65º 0.85% 0.78% -
XYZ 32.17 28.61 5.05 -
YUV 140.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 200 131 30 0 0.34 0.85 0.22 35.65 0.74 0.45
Hex C8 83 1E 0 22 55 16 24 4A 2D
Octal 310 203 36 0 42 125 26 44 112 55
Binary 11001000 10000011 11110 0 100010 1010101 10110 100100 1001010 101101

Color Harmonies of #C8831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8831E

Black with #C8831E

Text Example


Text Example

White with #C8831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8831E; }

 p { color: rgb(200,131,30); }

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

background-color css

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

 a { background-color: rgb(200,131,30); }

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

border-color css

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

 span { border-color: rgb(200,131,30); }

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