Html Css Color HEX #CA7026 Ochre

📋 copy color: '#CA7026'

red 202 ◦ green 112 ◦ blue 38

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

Shades of Ochre #CA7026

Tints of Ochre #CA7026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 38 (15.23% from 255) = 10.8%

R = 57.39%
G = 31.82%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA7026 (or 0xCA7026) is known color: Ochre. HEX triplet: CA, 70 and 26. RGB value is (202,112,38). Sum of RGB (Red+Green+Blue) = 202+112+38=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7026 is #358FD9. Grayscale: #828282. Windows color (decimal): -3510234 or 2519242. OLE color: 2519242.

HSL color Cylindrical-coordinate representation of color #CA7026: hue angle of 27.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA7026 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 112 38 -
CMYK 0 0.45 0.81 0.21
HSL 27.07º 0.68% 0.47% -
HSV(B) 27.07º 0.81% 0.79% -
XYZ 30.5 24.28 4.91 -
YUV 130.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 202 112 38 0 0.45 0.81 0.21 27.07 0.68 0.47
Hex CA 70 26 0 2D 51 15 1B 44 2F
Octal 312 160 46 0 55 121 25 33 104 57
Binary 11001010 1110000 100110 0 101101 1010001 10101 11011 1000100 101111

Color Harmonies of #CA7026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7026

Black with #CA7026

Text Example


Text Example

White with #CA7026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7026; }

 p { color: rgb(202,112,38); }

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

background-color css

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

 a { background-color: rgb(202,112,38); }

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

border-color css

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

 span { border-color: rgb(202,112,38); }

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