Html Css Color HEX #CA7316 Ochre

📋 copy color: '#CA7316'

red 202 ◦ green 115 ◦ blue 22

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

Shades of Ochre #CA7316

Tints of Ochre #CA7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 59.59%
G = 33.92%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA7316 (or 0xCA7316) is known color: Ochre. HEX triplet: CA, 73 and 16. RGB value is (202,115,22). Sum of RGB (Red+Green+Blue) = 202+115+22=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7316 is #358CE9. Grayscale: #828282. Windows color (decimal): -3509482 or 1471434. OLE color: 1471434.

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

Color convert

RGB 202 115 22 -
CMYK 0 0.43 0.89 0.21
HSL 31º 0.8% 0.44% -
HSV(B) 31º 0.89% 0.79% -
XYZ 30.63 24.88 3.95 -
YUV 130.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 202 115 22 0 0.43 0.89 0.21 31 0.8 0.44
Hex CA 73 16 0 2B 59 15 1F 50 2C
Octal 312 163 26 0 53 131 25 37 120 54
Binary 11001010 1110011 10110 0 101011 1011001 10101 11111 1010000 101100

Color Harmonies of #CA7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7316

Black with #CA7316

Text Example


Text Example

White with #CA7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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