Html Css Color HEX #CA6614 Chocolate

📋 copy color: '#CA6614'

red 202 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #CA6614

Tints of Chocolate #CA6614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 62.35%
G = 31.48%
B = 6.17%

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

#CA6614 (or 0xCA6614) is known color: Chocolate. HEX triplet: CA, 66 and 14. RGB value is (202,102,20). Sum of RGB (Red+Green+Blue) = 202+102+20=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6614 is #3599EB. Grayscale: #7A7A7A. Windows color (decimal): -3512812 or 1337034. OLE color: 1337034.

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

Color convert

RGB 202 102 20 -
CMYK 0 0.50 0.90 0.21
HSL 27.03º 0.82% 0.44% -
HSV(B) 27.03º 0.9% 0.79% -
XYZ 29.23 22.11 3.39 -
YUV 122.55 70.13 184.67 -
System Red Green Blue C M Y K H S L
Decimal 202 102 20 0 0.50 0.90 0.21 27.03 0.82 0.44
Hex CA 66 14 0 32 5A 15 1B 52 2C
Octal 312 146 24 0 62 132 25 33 122 54
Binary 11001010 1100110 10100 0 110010 1011010 10101 11011 1010010 101100

Color Harmonies of #CA6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6614

Black with #CA6614

Text Example


Text Example

White with #CA6614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6614; }

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

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

background-color css

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

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

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

border-color css

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

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

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