Html Css Color HEX #CD6320 Chocolate

📋 copy color: '#CD6320'

red 205 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #CD6320

Tints of Chocolate #CD6320

RGB

 RED value IS 205 (80.47% from 255) = 61.01%

 GREEN value IS 99 (39.06% from 255) = 29.46%

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

R = 61.01%
G = 29.46%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD6320 (or 0xCD6320) is known color: Chocolate. HEX triplet: CD, 63 and 20. RGB value is (205,99,32). Sum of RGB (Red+Green+Blue) = 205+99+32=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6320 is #329CDF. Grayscale: #7B7B7B. Windows color (decimal): -3316960 or 2122701. OLE color: 2122701.

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

Color convert

RGB 205 99 32 -
CMYK 0 0.52 0.84 0.20
HSL 23.24º 0.73% 0.46% -
HSV(B) 23.24º 0.84% 0.8% -
XYZ 29.9 22.01 4.04 -
YUV 123.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 205 99 32 0 0.52 0.84 0.20 23.24 0.73 0.46
Hex CD 63 20 0 34 54 14 17 49 2E
Octal 315 143 40 0 64 124 24 27 111 56
Binary 11001101 1100011 100000 0 110100 1010100 10100 10111 1001001 101110

Color Harmonies of #CD6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6320

Black with #CD6320

Text Example


Text Example

White with #CD6320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6320; }

 p { color: rgb(205,99,32); }

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

background-color css

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

 a { background-color: rgb(205,99,32); }

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

border-color css

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

 span { border-color: rgb(205,99,32); }

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