Html Css Color HEX #CA6520 Chocolate

📋 copy color: '#CA6520'

red 202 ◦ green 101 ◦ blue 32

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

Shades of Chocolate #CA6520

Tints of Chocolate #CA6520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 60.3%
G = 30.15%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA6520 (or 0xCA6520) is known color: Chocolate. HEX triplet: CA, 65 and 20. RGB value is (202,101,32). Sum of RGB (Red+Green+Blue) = 202+101+32=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6520 is #359ADF. Grayscale: #7B7B7B. Windows color (decimal): -3513056 or 2123210. OLE color: 2123210.

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

Color convert

RGB 202 101 32 -
CMYK 0 0.50 0.84 0.21
HSL 24.35º 0.73% 0.46% -
HSV(B) 24.35º 0.84% 0.79% -
XYZ 29.27 21.97 4.06 -
YUV 123.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 202 101 32 0 0.50 0.84 0.21 24.35 0.73 0.46
Hex CA 65 20 0 32 54 15 18 49 2E
Octal 312 145 40 0 62 124 25 30 111 56
Binary 11001010 1100101 100000 0 110010 1010100 10101 11000 1001001 101110

Color Harmonies of #CA6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6520

Black with #CA6520

Text Example


Text Example

White with #CA6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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