Html Css Color HEX #CA7310 Ochre

📋 copy color: '#CA7310'

red 202 ◦ green 115 ◦ blue 16

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

Shades of Ochre #CA7310

Tints of Ochre #CA7310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 60.66%
G = 34.53%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA7310 (or 0xCA7310) is known color: Ochre. HEX triplet: CA, 73 and 10. RGB value is (202,115,16). Sum of RGB (Red+Green+Blue) = 202+115+16=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7310 is #358CEF. Grayscale: #828282. Windows color (decimal): -3509488 or 1078218. OLE color: 1078218.

HSL color Cylindrical-coordinate representation of color #CA7310: hue angle of 31.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA7310 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 115 16 -
CMYK 0 0.43 0.92 0.21
HSL 31.94º 0.85% 0.43% -
HSV(B) 31.94º 0.92% 0.79% -
XYZ 30.58 24.86 3.68 -
YUV 129.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 202 115 16 0 0.43 0.92 0.21 31.94 0.85 0.43
Hex CA 73 10 0 2B 5C 15 20 55 2B
Octal 312 163 20 0 53 134 25 40 125 53
Binary 11001010 1110011 10000 0 101011 1011100 10101 100000 1010101 101011

Color Harmonies of #CA7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7310

Black with #CA7310

Text Example


Text Example

White with #CA7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7310; }

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

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

background-color css

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

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

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

border-color css

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

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

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