Html Css Color HEX #CA8517 Ochre

📋 copy color: '#CA8517'

red 202 ◦ green 133 ◦ blue 23

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

Shades of Ochre #CA8517

Tints of Ochre #CA8517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

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

R = 56.42%
G = 37.15%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA8517 (or 0xCA8517) is known color: Ochre. HEX triplet: CA, 85 and 17. RGB value is (202,133,23). Sum of RGB (Red+Green+Blue) = 202+133+23=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8517 is #357AE8. Grayscale: #8D8D8D. Windows color (decimal): -3504873 or 1541578. OLE color: 1541578.

HSL color Cylindrical-coordinate representation of color #CA8517: hue angle of 36.87º 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 #CA8517 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 133 23 -
CMYK 0 0.34 0.89 0.21
HSL 36.87º 0.8% 0.44% -
HSV(B) 36.87º 0.89% 0.79% -
XYZ 32.9 29.39 4.75 -
YUV 141.09 61.36 171.44 -
System Red Green Blue C M Y K H S L
Decimal 202 133 23 0 0.34 0.89 0.21 36.87 0.8 0.44
Hex CA 85 17 0 22 59 15 25 50 2C
Octal 312 205 27 0 42 131 25 45 120 54
Binary 11001010 10000101 10111 0 100010 1011001 10101 100101 1010000 101100

Color Harmonies of #CA8517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8517

Black with #CA8517

Text Example


Text Example

White with #CA8517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8517; }

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

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

background-color css

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

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

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

border-color css

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

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

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