Html Css Color HEX #CD5B3C Dark Coral

📋 copy color: '#CD5B3C'

red 205 ◦ green 91 ◦ blue 60

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

Shades of Dark Coral #CD5B3C

Tints of Dark Coral #CD5B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.56%

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

R = 57.58%
G = 25.56%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD5B3C (or 0xCD5B3C) is known color: Dark Coral. HEX triplet: CD, 5B and 3C. RGB value is (205,91,60). Sum of RGB (Red+Green+Blue) = 205+91+60=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5B3C is #32A4C3. Grayscale: #797979. Windows color (decimal): -3318980 or 3955661. OLE color: 3955661.

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

Color convert

RGB 205 91 60 -
CMYK 0 0.56 0.71 0.20
HSL 12.83º 0.59% 0.52% -
HSV(B) 12.83º 0.71% 0.8% -
XYZ 29.73 20.79 6.72 -
YUV 121.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 205 91 60 0 0.56 0.71 0.20 12.83 0.59 0.52
Hex CD 5B 3C 0 38 47 14 D 3B 34
Octal 315 133 74 0 70 107 24 15 73 64
Binary 11001101 1011011 111100 0 111000 1000111 10100 1101 111011 110100

Color Harmonies of #CD5B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5B3C

Black with #CD5B3C

Text Example


Text Example

White with #CD5B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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