Html Css Color HEX #C8871A Ochre

📋 copy color: '#C8871A'

red 200 ◦ green 135 ◦ blue 26

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

Shades of Ochre #C8871A

Tints of Ochre #C8871A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 55.4%
G = 37.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8871A (or 0xC8871A) is known color: Ochre. HEX triplet: C8, 87 and 1A. RGB value is (200,135,26). Sum of RGB (Red+Green+Blue) = 200+135+26=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8871A is #3778E5. Grayscale: #8E8E8E. Windows color (decimal): -3635430 or 1738696. OLE color: 1738696.

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

Color convert

RGB 200 135 26 -
CMYK 0 0.32 0.87 0.22
HSL 37.59º 0.77% 0.44% -
HSV(B) 37.59º 0.87% 0.78% -
XYZ 32.67 29.68 4.98 -
YUV 142.01 62.53 169.36 -
System Red Green Blue C M Y K H S L
Decimal 200 135 26 0 0.32 0.87 0.22 37.59 0.77 0.44
Hex C8 87 1A 0 20 57 16 26 4D 2C
Octal 310 207 32 0 40 127 26 46 115 54
Binary 11001000 10000111 11010 0 100000 1010111 10110 100110 1001101 101100

Color Harmonies of #C8871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8871A

Black with #C8871A

Text Example


Text Example

White with #C8871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8871A; }

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

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

background-color css

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

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

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

border-color css

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

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

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