Html Css Color HEX #CA7C22 Ochre

📋 copy color: '#CA7C22'

red 202 ◦ green 124 ◦ blue 34

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

Shades of Ochre #CA7C22

Tints of Ochre #CA7C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.44%

R = 56.11%
G = 34.44%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA7C22 (or 0xCA7C22) is known color: Ochre. HEX triplet: CA, 7C and 22. RGB value is (202,124,34). Sum of RGB (Red+Green+Blue) = 202+124+34=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C22 is #3583DD. Grayscale: #898989. Windows color (decimal): -3507166 or 2260170. OLE color: 2260170.

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

Color convert

RGB 202 124 34 -
CMYK 0 0.39 0.83 0.21
HSL 32.14º 0.71% 0.46% -
HSV(B) 32.14º 0.83% 0.79% -
XYZ 31.85 27.09 5.06 -
YUV 137.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 202 124 34 0 0.39 0.83 0.21 32.14 0.71 0.46
Hex CA 7C 22 0 27 53 15 20 47 2E
Octal 312 174 42 0 47 123 25 40 107 56
Binary 11001010 1111100 100010 0 100111 1010011 10101 100000 1000111 101110

Color Harmonies of #CA7C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C22

Black with #CA7C22

Text Example


Text Example

White with #CA7C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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