Html Css Color HEX #CD5A1C Chocolate

📋 copy color: '#CD5A1C'

red 205 ◦ green 90 ◦ blue 28

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

Shades of Chocolate #CD5A1C

Tints of Chocolate #CD5A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 63.47%
G = 27.86%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD5A1C (or 0xCD5A1C) is known color: Chocolate. HEX triplet: CD, 5A and 1C. RGB value is (205,90,28). Sum of RGB (Red+Green+Blue) = 205+90+28=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5A1C is #32A5E3. Grayscale: #757575. Windows color (decimal): -3319268 or 1858253. OLE color: 1858253.

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

Color convert

RGB 205 90 28 -
CMYK 0 0.56 0.86 0.20
HSL 21.02º 0.76% 0.46% -
HSV(B) 21.02º 0.86% 0.8% -
XYZ 29.04 20.38 3.5 -
YUV 117.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 205 90 28 0 0.56 0.86 0.20 21.02 0.76 0.46
Hex CD 5A 1C 0 38 56 14 15 4C 2E
Octal 315 132 34 0 70 126 24 25 114 56
Binary 11001101 1011010 11100 0 111000 1010110 10100 10101 1001100 101110

Color Harmonies of #CD5A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A1C

Black with #CD5A1C

Text Example


Text Example

White with #CD5A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A1C; }

 p { color: rgb(205,90,28); }

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

background-color css

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

 a { background-color: rgb(205,90,28); }

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

border-color css

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

 span { border-color: rgb(205,90,28); }

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