Html Css Color HEX #CA7220 Ochre

📋 copy color: '#CA7220'

red 202 ◦ green 114 ◦ blue 32

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

Shades of Ochre #CA7220

Tints of Ochre #CA7220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 32 (12.89% from 255) = 9.2%

R = 58.05%
G = 32.76%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA7220 (or 0xCA7220) is known color: Ochre. HEX triplet: CA, 72 and 20. RGB value is (202,114,32). Sum of RGB (Red+Green+Blue) = 202+114+32=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7220 is #358DDF. Grayscale: #838383. Windows color (decimal): -3509728 or 2126538. OLE color: 2126538.

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

Color convert

RGB 202 114 32 -
CMYK 0 0.44 0.84 0.21
HSL 28.94º 0.73% 0.46% -
HSV(B) 28.94º 0.84% 0.79% -
XYZ 30.64 24.7 4.52 -
YUV 130.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 202 114 32 0 0.44 0.84 0.21 28.94 0.73 0.46
Hex CA 72 20 0 2C 54 15 1D 49 2E
Octal 312 162 40 0 54 124 25 35 111 56
Binary 11001010 1110010 100000 0 101100 1010100 10101 11101 1001001 101110

Color Harmonies of #CA7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7220

Black with #CA7220

Text Example


Text Example

White with #CA7220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7220; }

 p { color: rgb(202,114,32); }

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

background-color css

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

 a { background-color: rgb(202,114,32); }

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

border-color css

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

 span { border-color: rgb(202,114,32); }

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