Html Css Color HEX #CA6517 Chocolate

📋 copy color: '#CA6517'

red 202 ◦ green 101 ◦ blue 23

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

Shades of Chocolate #CA6517

Tints of Chocolate #CA6517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.06%

R = 61.96%
G = 30.98%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA6517 (or 0xCA6517) is known color: Chocolate. HEX triplet: CA, 65 and 17. RGB value is (202,101,23). Sum of RGB (Red+Green+Blue) = 202+101+23=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6517 is #359AE8. Grayscale: #7A7A7A. Windows color (decimal): -3513065 or 1533386. OLE color: 1533386.

HSL color Cylindrical-coordinate representation of color #CA6517: hue angle of 26.15º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA6517 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 101 23 -
CMYK 0 0.50 0.89 0.21
HSL 26.15º 0.8% 0.44% -
HSV(B) 26.15º 0.89% 0.79% -
XYZ 29.17 21.93 3.51 -
YUV 122.31 71.96 184.84 -
System Red Green Blue C M Y K H S L
Decimal 202 101 23 0 0.50 0.89 0.21 26.15 0.8 0.44
Hex CA 65 17 0 32 59 15 1A 50 2C
Octal 312 145 27 0 62 131 25 32 120 54
Binary 11001010 1100101 10111 0 110010 1011001 10101 11010 1010000 101100

Color Harmonies of #CA6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6517

Black with #CA6517

Text Example


Text Example

White with #CA6517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6517; }

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

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

background-color css

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

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

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

border-color css

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

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

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