Html Css Color HEX #CD604C Dark Coral

📋 copy color: '#CD604C'

red 205 ◦ green 96 ◦ blue 76

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

Shades of Dark Coral #CD604C

Tints of Dark Coral #CD604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 54.38%
G = 25.46%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD604C (or 0xCD604C) is known color: Dark Coral. HEX triplet: CD, 60 and 4C. RGB value is (205,96,76). Sum of RGB (Red+Green+Blue) = 205+96+76=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD604C is #329FB3. Grayscale: #7E7E7E. Windows color (decimal): -3317684 or 5005517. OLE color: 5005517.

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

Color convert

RGB 205 96 76 -
CMYK 0 0.53 0.63 0.20
HSL 9.3º 0.56% 0.55% -
HSV(B) 9.3º 0.63% 0.8% -
XYZ 30.66 21.87 9.44 -
YUV 126.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 205 96 76 0 0.53 0.63 0.20 9.3 0.56 0.55
Hex CD 60 4C 0 35 3F 14 9 38 37
Octal 315 140 114 0 65 77 24 11 70 67
Binary 11001101 1100000 1001100 0 110101 111111 10100 1001 111000 110111

Color Harmonies of #CD604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD604C

Black with #CD604C

Text Example


Text Example

White with #CD604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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