Html Css Color HEX #CA8015 Ochre

📋 copy color: '#CA8015'

red 202 ◦ green 128 ◦ blue 21

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

Shades of Ochre #CA8015

Tints of Ochre #CA8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.98%

R = 57.55%
G = 36.47%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA8015 (or 0xCA8015) is known color: Ochre. HEX triplet: CA, 80 and 15. RGB value is (202,128,21). Sum of RGB (Red+Green+Blue) = 202+128+21=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8015 is #357FEA. Grayscale: #8A8A8A. Windows color (decimal): -3506155 or 1409226. OLE color: 1409226.

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

Color convert

RGB 202 128 21 -
CMYK 0 0.37 0.90 0.21
HSL 35.47º 0.81% 0.44% -
HSV(B) 35.47º 0.9% 0.79% -
XYZ 32.21 28.05 4.43 -
YUV 137.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 202 128 21 0 0.37 0.90 0.21 35.47 0.81 0.44
Hex CA 80 15 0 25 5A 15 23 51 2C
Octal 312 200 25 0 45 132 25 43 121 54
Binary 11001010 10000000 10101 0 100101 1011010 10101 100011 1010001 101100

Color Harmonies of #CA8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8015

Black with #CA8015

Text Example


Text Example

White with #CA8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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