Html Css Color HEX #C8831A Ochre

📋 copy color: '#C8831A'

red 200 ◦ green 131 ◦ blue 26

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

Shades of Ochre #C8831A

Tints of Ochre #C8831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 56.02%
G = 36.69%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8831A (or 0xC8831A) is known color: Ochre. HEX triplet: C8, 83 and 1A. RGB value is (200,131,26). Sum of RGB (Red+Green+Blue) = 200+131+26=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8831A is #377CE5. Grayscale: #8C8C8C. Windows color (decimal): -3636454 or 1737672. OLE color: 1737672.

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

Color convert

RGB 200 131 26 -
CMYK 0 0.34 0.87 0.22
HSL 36.21º 0.77% 0.44% -
HSV(B) 36.21º 0.87% 0.78% -
XYZ 32.12 28.59 4.8 -
YUV 139.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 200 131 26 0 0.34 0.87 0.22 36.21 0.77 0.44
Hex C8 83 1A 0 22 57 16 24 4D 2C
Octal 310 203 32 0 42 127 26 44 115 54
Binary 11001000 10000011 11010 0 100010 1010111 10110 100100 1001101 101100

Color Harmonies of #C8831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8831A

Black with #C8831A

Text Example


Text Example

White with #C8831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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