Html Css Color HEX #CA8022 Ochre

📋 copy color: '#CA8022'

red 202 ◦ green 128 ◦ blue 34

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

Shades of Ochre #CA8022

Tints of Ochre #CA8022

RGB

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

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

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

R = 55.49%
G = 35.16%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA8022 (or 0xCA8022) is known color: Ochre. HEX triplet: CA, 80 and 22. RGB value is (202,128,34). Sum of RGB (Red+Green+Blue) = 202+128+34=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8022 is #357FDD. Grayscale: #8B8B8B. Windows color (decimal): -3506142 or 2261194. OLE color: 2261194.

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

Color convert

RGB 202 128 34 -
CMYK 0 0.37 0.83 0.21
HSL 33.57º 0.71% 0.46% -
HSV(B) 33.57º 0.83% 0.79% -
XYZ 32.37 28.11 5.23 -
YUV 139.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 202 128 34 0 0.37 0.83 0.21 33.57 0.71 0.46
Hex CA 80 22 0 25 53 15 22 47 2E
Octal 312 200 42 0 45 123 25 42 107 56
Binary 11001010 10000000 100010 0 100101 1010011 10101 100010 1000111 101110

Color Harmonies of #CA8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8022

Black with #CA8022

Text Example


Text Example

White with #CA8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8022; }

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

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

background-color css

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

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

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

border-color css

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

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

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