Html Css Color HEX #CD6548 Dark Coral

📋 copy color: '#CD6548'

red 205 ◦ green 101 ◦ blue 72

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

Shades of Dark Coral #CD6548

Tints of Dark Coral #CD6548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.72%

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 54.23%
G = 26.72%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD6548 (or 0xCD6548) is known color: Dark Coral. HEX triplet: CD, 65 and 48. RGB value is (205,101,72). Sum of RGB (Red+Green+Blue) = 205+101+72=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6548 is #329AB7. Grayscale: #818181. Windows color (decimal): -3316408 or 4744653. OLE color: 4744653.

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

Color convert

RGB 205 101 72 -
CMYK 0 0.51 0.65 0.20
HSL 13.08º 0.57% 0.54% -
HSV(B) 13.08º 0.65% 0.8% -
XYZ 31 22.75 8.89 -
YUV 128.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 205 101 72 0 0.51 0.65 0.20 13.08 0.57 0.54
Hex CD 65 48 0 33 41 14 D 39 36
Octal 315 145 110 0 63 101 24 15 71 66
Binary 11001101 1100101 1001000 0 110011 1000001 10100 1101 111001 110110

Color Harmonies of #CD6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6548

Black with #CD6548

Text Example


Text Example

White with #CD6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6548; }

 p { color: rgb(205,101,72); }

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

background-color css

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

 a { background-color: rgb(205,101,72); }

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

border-color css

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

 span { border-color: rgb(205,101,72); }

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