Html Css Color HEX #CA7C15 Ochre

📋 copy color: '#CA7C15'

red 202 ◦ green 124 ◦ blue 21

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

Shades of Ochre #CA7C15

Tints of Ochre #CA7C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

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

R = 58.21%
G = 35.73%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA7C15 (or 0xCA7C15) is known color: Ochre. HEX triplet: CA, 7C and 15. RGB value is (202,124,21). Sum of RGB (Red+Green+Blue) = 202+124+21=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7C15 is #3583EA. Grayscale: #888888. Windows color (decimal): -3507179 or 1408202. OLE color: 1408202.

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

Color convert

RGB 202 124 21 -
CMYK 0 0.39 0.90 0.21
HSL 34.14º 0.81% 0.44% -
HSV(B) 34.14º 0.9% 0.79% -
XYZ 31.7 27.03 4.26 -
YUV 135.58 63.34 175.38 -
System Red Green Blue C M Y K H S L
Decimal 202 124 21 0 0.39 0.90 0.21 34.14 0.81 0.44
Hex CA 7C 15 0 27 5A 15 22 51 2C
Octal 312 174 25 0 47 132 25 42 121 54
Binary 11001010 1111100 10101 0 100111 1011010 10101 100010 1010001 101100

Color Harmonies of #CA7C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C15

Black with #CA7C15

Text Example


Text Example

White with #CA7C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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