Html Css Color HEX #CA7515 Ochre

📋 copy color: '#CA7515'

red 202 ◦ green 117 ◦ blue 21

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

Shades of Ochre #CA7515

Tints of Ochre #CA7515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 59.41%
G = 34.41%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA7515 (or 0xCA7515) is known color: Ochre. HEX triplet: CA, 75 and 15. RGB value is (202,117,21). Sum of RGB (Red+Green+Blue) = 202+117+21=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7515 is #358AEA. Grayscale: #838383. Windows color (decimal): -3508971 or 1406410. OLE color: 1406410.

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

Color convert

RGB 202 117 21 -
CMYK 0 0.42 0.90 0.21
HSL 31.82º 0.81% 0.44% -
HSV(B) 31.82º 0.9% 0.79% -
XYZ 30.85 25.33 3.97 -
YUV 131.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 202 117 21 0 0.42 0.90 0.21 31.82 0.81 0.44
Hex CA 75 15 0 2A 5A 15 20 51 2C
Octal 312 165 25 0 52 132 25 40 121 54
Binary 11001010 1110101 10101 0 101010 1011010 10101 100000 1010001 101100

Color Harmonies of #CA7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7515

Black with #CA7515

Text Example


Text Example

White with #CA7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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