Html Css Color HEX #CD6047 Dark Coral

📋 copy color: '#CD6047'

red 205 ◦ green 96 ◦ blue 71

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

Shades of Dark Coral #CD6047

Tints of Dark Coral #CD6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.81%

 BLUE value IS 71 (28.13% from 255) = 19.09%

R = 55.11%
G = 25.81%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD6047 (or 0xCD6047) is known color: Dark Coral. HEX triplet: CD, 60 and 47. RGB value is (205,96,71). Sum of RGB (Red+Green+Blue) = 205+96+71=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6047 is #329FB8. Grayscale: #7D7D7D. Windows color (decimal): -3317689 or 4677837. OLE color: 4677837.

HSL color Cylindrical-coordinate representation of color #CD6047: hue angle of 11.19º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD6047 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 96 71 -
CMYK 0 0.53 0.65 0.20
HSL 11.19º 0.57% 0.54% -
HSV(B) 11.19º 0.65% 0.8% -
XYZ 30.5 21.8 8.56 -
YUV 125.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 205 96 71 0 0.53 0.65 0.20 11.19 0.57 0.54
Hex CD 60 47 0 35 41 14 B 39 36
Octal 315 140 107 0 65 101 24 13 71 66
Binary 11001101 1100000 1000111 0 110101 1000001 10100 1011 111001 110110

Color Harmonies of #CD6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6047

Black with #CD6047

Text Example


Text Example

White with #CD6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6047; }

 p { color: rgb(205,96,71); }

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

background-color css

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

 a { background-color: rgb(205,96,71); }

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

border-color css

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

 span { border-color: rgb(205,96,71); }

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