Html Css Color HEX #CA7512 Ochre

📋 copy color: '#CA7512'

red 202 ◦ green 117 ◦ blue 18

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

Shades of Ochre #CA7512

Tints of Ochre #CA7512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 59.94%
G = 34.72%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA7512 (or 0xCA7512) is known color: Ochre. HEX triplet: CA, 75 and 12. RGB value is (202,117,18). Sum of RGB (Red+Green+Blue) = 202+117+18=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7512 is #358AED. Grayscale: #838383. Windows color (decimal): -3508974 or 1209802. OLE color: 1209802.

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

Color convert

RGB 202 117 18 -
CMYK 0 0.42 0.91 0.21
HSL 32.28º 0.84% 0.43% -
HSV(B) 32.28º 0.91% 0.79% -
XYZ 30.83 25.32 3.84 -
YUV 131.13 64.16 178.55 -
System Red Green Blue C M Y K H S L
Decimal 202 117 18 0 0.42 0.91 0.21 32.28 0.84 0.43
Hex CA 75 12 0 2A 5B 15 20 54 2B
Octal 312 165 22 0 52 133 25 40 124 53
Binary 11001010 1110101 10010 0 101010 1011011 10101 100000 1010100 101011

Color Harmonies of #CA7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7512

Black with #CA7512

Text Example


Text Example

White with #CA7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7512; }

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

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

background-color css

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

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

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

border-color css

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

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

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