Html Css Color HEX #CC594B Dark Coral

📋 copy color: '#CC594B'

red 204 ◦ green 89 ◦ blue 75

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

Shades of Dark Coral #CC594B

Tints of Dark Coral #CC594B

RGB

 RED value IS 204 (80.08% from 255) = 55.43%

 GREEN value IS 89 (35.16% from 255) = 24.18%

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

R = 55.43%
G = 24.18%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC594B (or 0xCC594B) is known color: Dark Coral. HEX triplet: CC, 59 and 4B. RGB value is (204,89,75). Sum of RGB (Red+Green+Blue) = 204+89+75=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC594B is #33A6B4. Grayscale: #797979. Windows color (decimal): -3385013 or 4938188. OLE color: 4938188.

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

Color convert

RGB 204 89 75 -
CMYK 0 0.56 0.63 0.2
HSL 6.51º 0.56% 0.55% -
HSV(B) 6.51º 0.63% 0.8% -
XYZ 29.74 20.49 9.04 -
YUV 121.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 204 89 75 0 0.56 0.63 0.2 6.51 0.56 0.55
Hex CC 59 4B 0 38 3F 14 7 38 37
Octal 314 131 113 0 70 77 24 7 70 67
Binary 11001100 1011001 1001011 0 111000 111111 10100 111 111000 110111

Color Harmonies of #CC594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC594B

Black with #CC594B

Text Example


Text Example

White with #CC594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC594B; }

 p { color: rgb(204,89,75); }

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

background-color css

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

 a { background-color: rgb(204,89,75); }

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

border-color css

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

 span { border-color: rgb(204,89,75); }

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