Html Css Color HEX #CD5A4B Dark Coral

📋 copy color: '#CD5A4B'

red 205 ◦ green 90 ◦ blue 75

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

Shades of Dark Coral #CD5A4B

Tints of Dark Coral #CD5A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 55.41%
G = 24.32%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD5A4B (or 0xCD5A4B) is known color: Dark Coral. HEX triplet: CD, 5A and 4B. RGB value is (205,90,75). Sum of RGB (Red+Green+Blue) = 205+90+75=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5A4B is #32A5B4. Grayscale: #7A7A7A. Windows color (decimal): -3319221 or 4938445. OLE color: 4938445.

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

Color convert

RGB 205 90 75 -
CMYK 0 0.56 0.63 0.20
HSL 6.92º 0.57% 0.55% -
HSV(B) 6.92º 0.63% 0.8% -
XYZ 30.1 20.8 9.08 -
YUV 122.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 205 90 75 0 0.56 0.63 0.20 6.92 0.57 0.55
Hex CD 5A 4B 0 38 3F 14 7 39 37
Octal 315 132 113 0 70 77 24 7 71 67
Binary 11001101 1011010 1001011 0 111000 111111 10100 111 111001 110111

Color Harmonies of #CD5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A4B

Black with #CD5A4B

Text Example


Text Example

White with #CD5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A4B; }

 p { color: rgb(205,90,75); }

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

background-color css

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

 a { background-color: rgb(205,90,75); }

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

border-color css

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

 span { border-color: rgb(205,90,75); }

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