Html Css Color HEX #C8721D Ochre

📋 copy color: '#C8721D'

red 200 ◦ green 114 ◦ blue 29

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

Shades of Ochre #C8721D

Tints of Ochre #C8721D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 58.31%
G = 33.24%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8721D (or 0xC8721D) is known color: Ochre. HEX triplet: C8, 72 and 1D. RGB value is (200,114,29). Sum of RGB (Red+Green+Blue) = 200+114+29=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8721D is #378DE2. Grayscale: #828282. Windows color (decimal): -3640803 or 1929928. OLE color: 1929928.

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

Color convert

RGB 200 114 29 -
CMYK 0 0.43 0.86 0.22
HSL 29.82º 0.75% 0.45% -
HSV(B) 29.82º 0.86% 0.78% -
XYZ 30.06 24.4 4.29 -
YUV 130.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 200 114 29 0 0.43 0.86 0.22 29.82 0.75 0.45
Hex C8 72 1D 0 2B 56 16 1E 4B 2D
Octal 310 162 35 0 53 126 26 36 113 55
Binary 11001000 1110010 11101 0 101011 1010110 10110 11110 1001011 101101

Color Harmonies of #C8721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8721D

Black with #C8721D

Text Example


Text Example

White with #C8721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8721D; }

 p { color: rgb(200,114,29); }

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

background-color css

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

 a { background-color: rgb(200,114,29); }

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

border-color css

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

 span { border-color: rgb(200,114,29); }

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