Html Css Color HEX #CD6523 Chocolate

📋 copy color: '#CD6523'

red 205 ◦ green 101 ◦ blue 35

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

Shades of Chocolate #CD6523

Tints of Chocolate #CD6523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 60.12%
G = 29.62%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD6523 (or 0xCD6523) is known color: Chocolate. HEX triplet: CD, 65 and 23. RGB value is (205,101,35). Sum of RGB (Red+Green+Blue) = 205+101+35=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6523 is #329ADC. Grayscale: #7C7C7C. Windows color (decimal): -3316445 or 2319821. OLE color: 2319821.

HSL color Cylindrical-coordinate representation of color #CD6523: hue angle of 23.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD6523 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 101 35 -
CMYK 0 0.51 0.83 0.20
HSL 23.29º 0.71% 0.47% -
HSV(B) 23.29º 0.83% 0.8% -
XYZ 30.13 22.41 4.33 -
YUV 124.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 205 101 35 0 0.51 0.83 0.20 23.29 0.71 0.47
Hex CD 65 23 0 33 53 14 17 47 2F
Octal 315 145 43 0 63 123 24 27 107 57
Binary 11001101 1100101 100011 0 110011 1010011 10100 10111 1000111 101111

Color Harmonies of #CD6523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6523

Black with #CD6523

Text Example


Text Example

White with #CD6523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6523; }

 p { color: rgb(205,101,35); }

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

background-color css

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

 a { background-color: rgb(205,101,35); }

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

border-color css

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

 span { border-color: rgb(205,101,35); }

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