Html Css Color HEX #CA6F22 Ochre

📋 copy color: '#CA6F22'

red 202 ◦ green 111 ◦ blue 34

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

Shades of Ochre #CA6F22

Tints of Ochre #CA6F22

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

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

R = 58.21%
G = 31.99%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA6F22 (or 0xCA6F22) is known color: Ochre. HEX triplet: CA, 6F and 22. RGB value is (202,111,34). Sum of RGB (Red+Green+Blue) = 202+111+34=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6F22 is #3590DD. Grayscale: #818181. Windows color (decimal): -3510494 or 2256842. OLE color: 2256842.

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

Color convert

RGB 202 111 34 -
CMYK 0 0.45 0.83 0.21
HSL 27.5º 0.71% 0.46% -
HSV(B) 27.5º 0.83% 0.79% -
XYZ 30.33 24.04 4.56 -
YUV 129.43 74.15 179.76 -
System Red Green Blue C M Y K H S L
Decimal 202 111 34 0 0.45 0.83 0.21 27.5 0.71 0.46
Hex CA 6F 22 0 2D 53 15 1C 47 2E
Octal 312 157 42 0 55 123 25 34 107 56
Binary 11001010 1101111 100010 0 101101 1010011 10101 11100 1000111 101110

Color Harmonies of #CA6F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6F22

Black with #CA6F22

Text Example


Text Example

White with #CA6F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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