Html Css Color HEX #CA6618 Chocolate

📋 copy color: '#CA6618'

red 202 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #CA6618

Tints of Chocolate #CA6618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 61.59%
G = 31.1%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA6618 (or 0xCA6618) is known color: Chocolate. HEX triplet: CA, 66 and 18. RGB value is (202,102,24). Sum of RGB (Red+Green+Blue) = 202+102+24=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6618 is #3599E7. Grayscale: #7B7B7B. Windows color (decimal): -3512808 or 1599178. OLE color: 1599178.

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

Color convert

RGB 202 102 24 -
CMYK 0 0.50 0.88 0.21
HSL 26.29º 0.79% 0.44% -
HSV(B) 26.29º 0.88% 0.79% -
XYZ 29.27 22.13 3.59 -
YUV 123.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 202 102 24 0 0.50 0.88 0.21 26.29 0.79 0.44
Hex CA 66 18 0 32 58 15 1A 4F 2C
Octal 312 146 30 0 62 130 25 32 117 54
Binary 11001010 1100110 11000 0 110010 1011000 10101 11010 1001111 101100

Color Harmonies of #CA6618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6618

Black with #CA6618

Text Example


Text Example

White with #CA6618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6618; }

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

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

background-color css

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

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

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

border-color css

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

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

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