Html Css Color HEX #C8701A Ochre

📋 copy color: '#C8701A'

red 200 ◦ green 112 ◦ blue 26

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

Shades of Ochre #C8701A

Tints of Ochre #C8701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 59.17%
G = 33.14%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8701A (or 0xC8701A) is known color: Ochre. HEX triplet: C8, 70 and 1A. RGB value is (200,112,26). Sum of RGB (Red+Green+Blue) = 200+112+26=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C8701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8701A is #378FE5. Grayscale: #808080. Windows color (decimal): -3641318 or 1732808. OLE color: 1732808.

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

Color convert

RGB 200 112 26 -
CMYK 0 0.44 0.87 0.22
HSL 29.66º 0.77% 0.44% -
HSV(B) 29.66º 0.87% 0.78% -
XYZ 29.8 23.94 4.03 -
YUV 128.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 200 112 26 0 0.44 0.87 0.22 29.66 0.77 0.44
Hex C8 70 1A 0 2C 57 16 1E 4D 2C
Octal 310 160 32 0 54 127 26 36 115 54
Binary 11001000 1110000 11010 0 101100 1010111 10110 11110 1001101 101100

Color Harmonies of #C8701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8701A

Black with #C8701A

Text Example


Text Example

White with #C8701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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