Html Css Color HEX #CA6817 Chocolate

📋 copy color: '#CA6817'

red 202 ◦ green 104 ◦ blue 23

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

Shades of Chocolate #CA6817

Tints of Chocolate #CA6817

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 61.4%
G = 31.61%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA6817 (or 0xCA6817) is known color: Chocolate. HEX triplet: CA, 68 and 17. RGB value is (202,104,23). Sum of RGB (Red+Green+Blue) = 202+104+23=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6817 is #3597E8. Grayscale: #7C7C7C. Windows color (decimal): -3512297 or 1534154. OLE color: 1534154.

HSL color Cylindrical-coordinate representation of color #CA6817: hue angle of 27.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 #CA6817 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 104 23 -
CMYK 0 0.49 0.89 0.21
HSL 27.15º 0.8% 0.44% -
HSV(B) 27.15º 0.89% 0.79% -
XYZ 29.46 22.52 3.6 -
YUV 124.07 70.97 183.59 -
System Red Green Blue C M Y K H S L
Decimal 202 104 23 0 0.49 0.89 0.21 27.15 0.8 0.44
Hex CA 68 17 0 31 59 15 1B 50 2C
Octal 312 150 27 0 61 131 25 33 120 54
Binary 11001010 1101000 10111 0 110001 1011001 10101 11011 1010000 101100

Color Harmonies of #CA6817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6817

Black with #CA6817

Text Example


Text Example

White with #CA6817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6817; }

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

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

background-color css

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

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

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

border-color css

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

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

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