Html Css Color HEX #CD5344 Dark Coral

📋 copy color: '#CD5344'

red 205 ◦ green 83 ◦ blue 68

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

Shades of Dark Coral #CD5344

Tints of Dark Coral #CD5344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

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

R = 57.58%
G = 23.31%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD5344 (or 0xCD5344) is known color: Dark Coral. HEX triplet: CD, 53 and 44. RGB value is (205,83,68). Sum of RGB (Red+Green+Blue) = 205+83+68=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5344 is #32ACBB. Grayscale: #757575. Windows color (decimal): -3321020 or 4477901. OLE color: 4477901.

HSL color Cylindrical-coordinate representation of color #CD5344: hue angle of 6.57º 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 #CD5344 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 83 68 -
CMYK 0 0.60 0.67 0.20
HSL 6.57º 0.58% 0.54% -
HSV(B) 6.57º 0.67% 0.8% -
XYZ 29.31 19.58 7.7 -
YUV 117.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 205 83 68 0 0.60 0.67 0.20 6.57 0.58 0.54
Hex CD 53 44 0 3C 43 14 7 3A 36
Octal 315 123 104 0 74 103 24 7 72 66
Binary 11001101 1010011 1000100 0 111100 1000011 10100 111 111010 110110

Color Harmonies of #CD5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5344

Black with #CD5344

Text Example


Text Example

White with #CD5344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5344; }

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

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

background-color css

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

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

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

border-color css

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

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

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