Html Css Color HEX #CA7C20 Ochre

📋 copy color: '#CA7C20'

red 202 ◦ green 124 ◦ blue 32

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

Shades of Ochre #CA7C20

Tints of Ochre #CA7C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 56.42%
G = 34.64%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA7C20 (or 0xCA7C20) is known color: Ochre. HEX triplet: CA, 7C and 20. RGB value is (202,124,32). Sum of RGB (Red+Green+Blue) = 202+124+32=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C20 is #3583DF. Grayscale: #898989. Windows color (decimal): -3507168 or 2129098. OLE color: 2129098.

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

Color convert

RGB 202 124 32 -
CMYK 0 0.39 0.84 0.21
HSL 32.47º 0.73% 0.46% -
HSV(B) 32.47º 0.84% 0.79% -
XYZ 31.83 27.08 4.92 -
YUV 136.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 202 124 32 0 0.39 0.84 0.21 32.47 0.73 0.46
Hex CA 7C 20 0 27 54 15 20 49 2E
Octal 312 174 40 0 47 124 25 40 111 56
Binary 11001010 1111100 100000 0 100111 1010100 10101 100000 1001001 101110

Color Harmonies of #CA7C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C20

Black with #CA7C20

Text Example


Text Example

White with #CA7C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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