Html Css Color HEX #CA6515 Chocolate

📋 copy color: '#CA6515'

red 202 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #CA6515

Tints of Chocolate #CA6515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 62.35%
G = 31.17%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA6515 (or 0xCA6515) is known color: Chocolate. HEX triplet: CA, 65 and 15. RGB value is (202,101,21). Sum of RGB (Red+Green+Blue) = 202+101+21=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6515 is #359AEA. Grayscale: #7A7A7A. Windows color (decimal): -3513067 or 1402314. OLE color: 1402314.

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

Color convert

RGB 202 101 21 -
CMYK 0 0.50 0.90 0.21
HSL 26.52º 0.81% 0.44% -
HSV(B) 26.52º 0.9% 0.79% -
XYZ 29.15 21.92 3.4 -
YUV 122.08 70.96 185 -
System Red Green Blue C M Y K H S L
Decimal 202 101 21 0 0.50 0.90 0.21 26.52 0.81 0.44
Hex CA 65 15 0 32 5A 15 1B 51 2C
Octal 312 145 25 0 62 132 25 33 121 54
Binary 11001010 1100101 10101 0 110010 1011010 10101 11011 1010001 101100

Color Harmonies of #CA6515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6515

Black with #CA6515

Text Example


Text Example

White with #CA6515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6515; }

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

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

background-color css

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

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

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

border-color css

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

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

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