Html Css Color HEX #CA7510 Ochre

📋 copy color: '#CA7510'

red 202 ◦ green 117 ◦ blue 16

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

Shades of Ochre #CA7510

Tints of Ochre #CA7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

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

R = 60.3%
G = 34.93%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA7510 (or 0xCA7510) is known color: Ochre. HEX triplet: CA, 75 and 10. RGB value is (202,117,16). Sum of RGB (Red+Green+Blue) = 202+117+16=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7510 is #358AEF. Grayscale: #838383. Windows color (decimal): -3508976 or 1078730. OLE color: 1078730.

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

Color convert

RGB 202 117 16 -
CMYK 0 0.42 0.92 0.21
HSL 32.58º 0.85% 0.43% -
HSV(B) 32.58º 0.92% 0.79% -
XYZ 30.81 25.32 3.75 -
YUV 130.9 63.16 178.71 -
System Red Green Blue C M Y K H S L
Decimal 202 117 16 0 0.42 0.92 0.21 32.58 0.85 0.43
Hex CA 75 10 0 2A 5C 15 21 55 2B
Octal 312 165 20 0 52 134 25 41 125 53
Binary 11001010 1110101 10000 0 101010 1011100 10101 100001 1010101 101011

Color Harmonies of #CA7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7510

Black with #CA7510

Text Example


Text Example

White with #CA7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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