Html Css Color HEX #CD6444 Dark Coral

📋 copy color: '#CD6444'

red 205 ◦ green 100 ◦ blue 68

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

Shades of Dark Coral #CD6444

Tints of Dark Coral #CD6444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.23%

R = 54.96%
G = 26.81%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD6444 (or 0xCD6444) is known color: Dark Coral. HEX triplet: CD, 64 and 44. RGB value is (205,100,68). Sum of RGB (Red+Green+Blue) = 205+100+68=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6444 is #329BBB. Grayscale: #7F7F7F. Windows color (decimal): -3316668 or 4482253. OLE color: 4482253.

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

Color convert

RGB 205 100 68 -
CMYK 0 0.51 0.67 0.20
HSL 14.01º 0.58% 0.54% -
HSV(B) 14.01º 0.67% 0.8% -
XYZ 30.78 22.51 8.19 -
YUV 127.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 205 100 68 0 0.51 0.67 0.20 14.01 0.58 0.54
Hex CD 64 44 0 33 43 14 E 3A 36
Octal 315 144 104 0 63 103 24 16 72 66
Binary 11001101 1100100 1000100 0 110011 1000011 10100 1110 111010 110110

Color Harmonies of #CD6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6444

Black with #CD6444

Text Example


Text Example

White with #CD6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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