Html Css Color HEX #CD6449 Dark Coral

📋 copy color: '#CD6449'

red 205 ◦ green 100 ◦ blue 73

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

Shades of Dark Coral #CD6449

Tints of Dark Coral #CD6449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.46%

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 54.23%
G = 26.46%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD6449 (or 0xCD6449) is known color: Dark Coral. HEX triplet: CD, 64 and 49. RGB value is (205,100,73). Sum of RGB (Red+Green+Blue) = 205+100+73=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6449 is #329BB6. Grayscale: #808080. Windows color (decimal): -3316663 or 4809933. OLE color: 4809933.

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

Color convert

RGB 205 100 73 -
CMYK 0 0.51 0.64 0.20
HSL 12.27º 0.57% 0.55% -
HSV(B) 12.27º 0.64% 0.8% -
XYZ 30.94 22.57 9.03 -
YUV 128.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 205 100 73 0 0.51 0.64 0.20 12.27 0.57 0.55
Hex CD 64 49 0 33 40 14 C 39 37
Octal 315 144 111 0 63 100 24 14 71 67
Binary 11001101 1100100 1001001 0 110011 1000000 10100 1100 111001 110111

Color Harmonies of #CD6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6449

Black with #CD6449

Text Example


Text Example

White with #CD6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6449; }

 p { color: rgb(205,100,73); }

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

background-color css

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

 a { background-color: rgb(205,100,73); }

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

border-color css

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

 span { border-color: rgb(205,100,73); }

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