Html Css Color HEX #CA8019 Ochre

📋 copy color: '#CA8019'

red 202 ◦ green 128 ◦ blue 25

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

Shades of Ochre #CA8019

Tints of Ochre #CA8019

RGB

 RED value IS 202 (79.3% from 255) = 56.9%

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

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

R = 56.9%
G = 36.06%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA8019 (or 0xCA8019) is known color: Ochre. HEX triplet: CA, 80 and 19. RGB value is (202,128,25). Sum of RGB (Red+Green+Blue) = 202+128+25=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8019 is #357FE6. Grayscale: #8A8A8A. Windows color (decimal): -3506151 or 1671370. OLE color: 1671370.

HSL color Cylindrical-coordinate representation of color #CA8019: hue angle of 34.92º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA8019 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 25 -
CMYK 0 0.37 0.88 0.21
HSL 34.92º 0.78% 0.45% -
HSV(B) 34.92º 0.88% 0.79% -
XYZ 32.25 28.07 4.64 -
YUV 138.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 202 128 25 0 0.37 0.88 0.21 34.92 0.78 0.45
Hex CA 80 19 0 25 58 15 23 4E 2D
Octal 312 200 31 0 45 130 25 43 116 55
Binary 11001010 10000000 11001 0 100101 1011000 10101 100011 1001110 101101

Color Harmonies of #CA8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8019

Black with #CA8019

Text Example


Text Example

White with #CA8019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8019; }

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

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

background-color css

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

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

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

border-color css

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

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

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