Html Css Color HEX #CA6610 Chocolate

📋 copy color: '#CA6610'

red 202 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #CA6610

Tints of Chocolate #CA6610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

 BLUE value IS 16 (6.64% from 255) = 5%

R = 63.13%
G = 31.88%
B = 5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA6610 (or 0xCA6610) is known color: Chocolate. HEX triplet: CA, 66 and 10. RGB value is (202,102,16). Sum of RGB (Red+Green+Blue) = 202+102+16=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6610 is #3599EF. Grayscale: #7A7A7A. Windows color (decimal): -3512816 or 1074890. OLE color: 1074890.

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

Color convert

RGB 202 102 16 -
CMYK 0 0.50 0.92 0.21
HSL 27.74º 0.85% 0.43% -
HSV(B) 27.74º 0.92% 0.79% -
XYZ 29.2 22.1 3.22 -
YUV 122.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 202 102 16 0 0.50 0.92 0.21 27.74 0.85 0.43
Hex CA 66 10 0 32 5C 15 1C 55 2B
Octal 312 146 20 0 62 134 25 34 125 53
Binary 11001010 1100110 10000 0 110010 1011100 10101 11100 1010101 101011

Color Harmonies of #CA6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6610

Black with #CA6610

Text Example


Text Example

White with #CA6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6610; }

 p { color: rgb(202,102,16); }

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

background-color css

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

 a { background-color: rgb(202,102,16); }

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

border-color css

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

 span { border-color: rgb(202,102,16); }

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