Html Css Color HEX #CA8017 Ochre

📋 copy color: '#CA8017'

red 202 ◦ green 128 ◦ blue 23

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

Shades of Ochre #CA8017

Tints of Ochre #CA8017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.52%

R = 57.22%
G = 36.26%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA8017 (or 0xCA8017) is known color: Ochre. HEX triplet: CA, 80 and 17. RGB value is (202,128,23). Sum of RGB (Red+Green+Blue) = 202+128+23=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8017 is #357FE8. Grayscale: #8A8A8A. Windows color (decimal): -3506153 or 1540298. OLE color: 1540298.

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

Color convert

RGB 202 128 23 -
CMYK 0 0.37 0.89 0.21
HSL 35.2º 0.8% 0.44% -
HSV(B) 35.2º 0.89% 0.79% -
XYZ 32.23 28.06 4.53 -
YUV 138.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 202 128 23 0 0.37 0.89 0.21 35.2 0.8 0.44
Hex CA 80 17 0 25 59 15 23 50 2C
Octal 312 200 27 0 45 131 25 43 120 54
Binary 11001010 10000000 10111 0 100101 1011001 10101 100011 1010000 101100

Color Harmonies of #CA8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8017

Black with #CA8017

Text Example


Text Example

White with #CA8017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8017; }

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

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

background-color css

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

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

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

border-color css

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

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

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