Html Css Color HEX #C88019 Ochre

📋 copy color: '#C88019'

red 200 ◦ green 128 ◦ blue 25

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

Shades of Ochre #C88019

Tints of Ochre #C88019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 56.66%
G = 36.26%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88019 (or 0xC88019) is known color: Ochre. HEX triplet: C8, 80 and 19. RGB value is (200,128,25). Sum of RGB (Red+Green+Blue) = 200+128+25=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C88019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88019 is #377FE6. Grayscale: #8A8A8A. Windows color (decimal): -3637223 or 1671368. OLE color: 1671368.

HSL color Cylindrical-coordinate representation of color #C88019: hue angle of 35.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C88019 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 25 -
CMYK 0 0.36 0.88 0.22
HSL 35.31º 0.78% 0.44% -
HSV(B) 35.31º 0.88% 0.78% -
XYZ 31.71 27.79 4.61 -
YUV 137.79 64.35 172.38 -
System Red Green Blue C M Y K H S L
Decimal 200 128 25 0 0.36 0.88 0.22 35.31 0.78 0.44
Hex C8 80 19 0 24 58 16 23 4E 2C
Octal 310 200 31 0 44 130 26 43 116 54
Binary 11001000 10000000 11001 0 100100 1011000 10110 100011 1001110 101100

Color Harmonies of #C88019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88019

Black with #C88019

Text Example


Text Example

White with #C88019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88019; }

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

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

background-color css

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

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

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

border-color css

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

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

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