Html Css Color HEX #CC584B Dark Coral

📋 copy color: '#CC584B'

red 204 ◦ green 88 ◦ blue 75

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

Shades of Dark Coral #CC584B

Tints of Dark Coral #CC584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

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

R = 55.59%
G = 23.98%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC584B (or 0xCC584B) is known color: Dark Coral. HEX triplet: CC, 58 and 4B. RGB value is (204,88,75). Sum of RGB (Red+Green+Blue) = 204+88+75=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC584B is #33A7B4. Grayscale: #797979. Windows color (decimal): -3385269 or 4937932. OLE color: 4937932.

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

Color convert

RGB 204 88 75 -
CMYK 0 0.57 0.63 0.2
HSL 6.05º 0.56% 0.55% -
HSV(B) 6.05º 0.63% 0.8% -
XYZ 29.66 20.32 9.02 -
YUV 121.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 204 88 75 0 0.57 0.63 0.2 6.05 0.56 0.55
Hex CC 58 4B 0 39 3F 14 6 38 37
Octal 314 130 113 0 71 77 24 6 70 67
Binary 11001100 1011000 1001011 0 111001 111111 10100 110 111000 110111

Color Harmonies of #CC584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC584B

Black with #CC584B

Text Example


Text Example

White with #CC584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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