Html Css Color HEX #CD563C Dark Coral

📋 copy color: '#CD563C'

red 205 ◦ green 86 ◦ blue 60

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

Shades of Dark Coral #CD563C

Tints of Dark Coral #CD563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 58.4%
G = 24.5%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD563C (or 0xCD563C) is known color: Dark Coral. HEX triplet: CD, 56 and 3C. RGB value is (205,86,60). Sum of RGB (Red+Green+Blue) = 205+86+60=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD563C is #32A9C3. Grayscale: #767676. Windows color (decimal): -3320260 or 3954381. OLE color: 3954381.

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

Color convert

RGB 205 86 60 -
CMYK 0 0.58 0.71 0.20
HSL 10.76º 0.59% 0.52% -
HSV(B) 10.76º 0.71% 0.8% -
XYZ 29.32 19.96 6.58 -
YUV 118.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 205 86 60 0 0.58 0.71 0.20 10.76 0.59 0.52
Hex CD 56 3C 0 3A 47 14 B 3B 34
Octal 315 126 74 0 72 107 24 13 73 64
Binary 11001101 1010110 111100 0 111010 1000111 10100 1011 111011 110100

Color Harmonies of #CD563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD563C

Black with #CD563C

Text Example


Text Example

White with #CD563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD563C; }

 p { color: rgb(205,86,60); }

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

background-color css

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

 a { background-color: rgb(205,86,60); }

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

border-color css

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

 span { border-color: rgb(205,86,60); }

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