Html Css Color HEX #CA7415 Ochre

📋 copy color: '#CA7415'

red 202 ◦ green 116 ◦ blue 21

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

Shades of Ochre #CA7415

Tints of Ochre #CA7415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 59.59%
G = 34.22%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA7415 (or 0xCA7415) is known color: Ochre. HEX triplet: CA, 74 and 15. RGB value is (202,116,21). Sum of RGB (Red+Green+Blue) = 202+116+21=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7415 is #358BEA. Grayscale: #838383. Windows color (decimal): -3509227 or 1406154. OLE color: 1406154.

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

Color convert

RGB 202 116 21 -
CMYK 0 0.43 0.90 0.21
HSL 31.49º 0.81% 0.44% -
HSV(B) 31.49º 0.9% 0.79% -
XYZ 30.74 25.1 3.93 -
YUV 130.88 65.99 178.72 -
System Red Green Blue C M Y K H S L
Decimal 202 116 21 0 0.43 0.90 0.21 31.49 0.81 0.44
Hex CA 74 15 0 2B 5A 15 1F 51 2C
Octal 312 164 25 0 53 132 25 37 121 54
Binary 11001010 1110100 10101 0 101011 1011010 10101 11111 1010001 101100

Color Harmonies of #CA7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7415

Black with #CA7415

Text Example


Text Example

White with #CA7415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7415; }

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

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

background-color css

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

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

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

border-color css

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

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

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