Html Css Color HEX #CA7616 Ochre

📋 copy color: '#CA7616'

red 202 ◦ green 118 ◦ blue 22

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

Shades of Ochre #CA7616

Tints of Ochre #CA7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 59.06%
G = 34.5%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA7616 (or 0xCA7616) is known color: Ochre. HEX triplet: CA, 76 and 16. RGB value is (202,118,22). Sum of RGB (Red+Green+Blue) = 202+118+22=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7616 is #3589E9. Grayscale: #848484. Windows color (decimal): -3508714 or 1472202. OLE color: 1472202.

HSL color Cylindrical-coordinate representation of color #CA7616: hue angle of 32º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA7616 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 22 -
CMYK 0 0.42 0.89 0.21
HSL 32º 0.8% 0.44% -
HSV(B) 32º 0.89% 0.79% -
XYZ 30.98 25.57 4.06 -
YUV 132.17 65.83 177.81 -
System Red Green Blue C M Y K H S L
Decimal 202 118 22 0 0.42 0.89 0.21 32 0.8 0.44
Hex CA 76 16 0 2A 59 15 20 50 2C
Octal 312 166 26 0 52 131 25 40 120 54
Binary 11001010 1110110 10110 0 101010 1011001 10101 100000 1010000 101100

Color Harmonies of #CA7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7616

Black with #CA7616

Text Example


Text Example

White with #CA7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7616; }

 p { color: rgb(202,118,22); }

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

background-color css

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

 a { background-color: rgb(202,118,22); }

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

border-color css

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

 span { border-color: rgb(202,118,22); }

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