Html Css Color HEX #C8801D Ochre

📋 copy color: '#C8801D'

red 200 ◦ green 128 ◦ blue 29

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

Shades of Ochre #C8801D

Tints of Ochre #C8801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

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

R = 56.02%
G = 35.85%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8801D (or 0xC8801D) is known color: Ochre. HEX triplet: C8, 80 and 1D. RGB value is (200,128,29). Sum of RGB (Red+Green+Blue) = 200+128+29=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8801D is #377FE2. Grayscale: #8A8A8A. Windows color (decimal): -3637219 or 1933512. OLE color: 1933512.

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

Color convert

RGB 200 128 29 -
CMYK 0 0.36 0.86 0.22
HSL 34.74º 0.75% 0.45% -
HSV(B) 34.74º 0.86% 0.78% -
XYZ 31.76 27.81 4.86 -
YUV 138.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 200 128 29 0 0.36 0.86 0.22 34.74 0.75 0.45
Hex C8 80 1D 0 24 56 16 23 4B 2D
Octal 310 200 35 0 44 126 26 43 113 55
Binary 11001000 10000000 11101 0 100100 1010110 10110 100011 1001011 101101

Color Harmonies of #C8801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8801D

Black with #C8801D

Text Example


Text Example

White with #C8801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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