Html Css Color HEX #CD604D Dark Coral

📋 copy color: '#CD604D'

red 205 ◦ green 96 ◦ blue 77

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

Shades of Dark Coral #CD604D

Tints of Dark Coral #CD604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 54.23%
G = 25.4%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD604D (or 0xCD604D) is known color: Dark Coral. HEX triplet: CD, 60 and 4D. RGB value is (205,96,77). Sum of RGB (Red+Green+Blue) = 205+96+77=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD604D is #329FB2. Grayscale: #7E7E7E. Windows color (decimal): -3317683 or 5071053. OLE color: 5071053.

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

Color convert

RGB 205 96 77 -
CMYK 0 0.53 0.62 0.20
HSL 8.91º 0.56% 0.55% -
HSV(B) 8.91º 0.62% 0.8% -
XYZ 30.7 21.88 9.63 -
YUV 126.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 205 96 77 0 0.53 0.62 0.20 8.91 0.56 0.55
Hex CD 60 4D 0 35 3E 14 9 38 37
Octal 315 140 115 0 65 76 24 11 70 67
Binary 11001101 1100000 1001101 0 110101 111110 10100 1001 111000 110111

Color Harmonies of #CD604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD604D

Black with #CD604D

Text Example


Text Example

White with #CD604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD604D; }

 p { color: rgb(205,96,77); }

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

background-color css

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

 a { background-color: rgb(205,96,77); }

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

border-color css

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

 span { border-color: rgb(205,96,77); }

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