Html Css Color HEX #C8711A Ochre

📋 copy color: '#C8711A'

red 200 ◦ green 113 ◦ blue 26

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

Shades of Ochre #C8711A

Tints of Ochre #C8711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 59%
G = 33.33%
B = 7.67%

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

#C8711A (or 0xC8711A) is known color: Ochre. HEX triplet: C8, 71 and 1A. RGB value is (200,113,26). Sum of RGB (Red+Green+Blue) = 200+113+26=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C8711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8711A is #378EE5. Grayscale: #818181. Windows color (decimal): -3641062 or 1733064. OLE color: 1733064.

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

Color convert

RGB 200 113 26 -
CMYK 0 0.44 0.87 0.22
HSL 30º 0.77% 0.44% -
HSV(B) 30º 0.87% 0.78% -
XYZ 29.91 24.16 4.06 -
YUV 129.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 200 113 26 0 0.44 0.87 0.22 30 0.77 0.44
Hex C8 71 1A 0 2C 57 16 1E 4D 2C
Octal 310 161 32 0 54 127 26 36 115 54
Binary 11001000 1110001 11010 0 101100 1010111 10110 11110 1001101 101100

Color Harmonies of #C8711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8711A

Black with #C8711A

Text Example


Text Example

White with #C8711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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