Html Css Color HEX #CA8014 Ochre

📋 copy color: '#CA8014'

red 202 ◦ green 128 ◦ blue 20

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

Shades of Ochre #CA8014

Tints of Ochre #CA8014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 57.71%
G = 36.57%
B = 5.71%

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

#CA8014 (or 0xCA8014) is known color: Ochre. HEX triplet: CA, 80 and 14. RGB value is (202,128,20). Sum of RGB (Red+Green+Blue) = 202+128+20=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8014 is #357FEB. Grayscale: #8A8A8A. Windows color (decimal): -3506156 or 1343690. OLE color: 1343690.

HSL color Cylindrical-coordinate representation of color #CA8014: hue angle of 35.6º degrees, saturation: 0.82, 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 #CA8014 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 20 -
CMYK 0 0.37 0.90 0.21
HSL 35.6º 0.82% 0.44% -
HSV(B) 35.6º 0.9% 0.79% -
XYZ 32.2 28.05 4.38 -
YUV 137.81 61.52 173.78 -
System Red Green Blue C M Y K H S L
Decimal 202 128 20 0 0.37 0.90 0.21 35.6 0.82 0.44
Hex CA 80 14 0 25 5A 15 24 52 2C
Octal 312 200 24 0 45 132 25 44 122 54
Binary 11001010 10000000 10100 0 100101 1011010 10101 100100 1010010 101100

Color Harmonies of #CA8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8014

Black with #CA8014

Text Example


Text Example

White with #CA8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8014; }

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

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

background-color css

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

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

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

border-color css

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

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

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