Html Css Color HEX #CC5346 Dark Coral

📋 copy color: '#CC5346'

red 204 ◦ green 83 ◦ blue 70

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

Shades of Dark Coral #CC5346

Tints of Dark Coral #CC5346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 57.14%
G = 23.25%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC5346 (or 0xCC5346) is known color: Dark Coral. HEX triplet: CC, 53 and 46. RGB value is (204,83,70). Sum of RGB (Red+Green+Blue) = 204+83+70=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5346 is #33ACB9. Grayscale: #757575. Windows color (decimal): -3386554 or 4608972. OLE color: 4608972.

HSL color Cylindrical-coordinate representation of color #CC5346: hue angle of 5.82º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC5346 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 83 70 -
CMYK 0 0.59 0.66 0.2
HSL 5.82º 0.57% 0.54% -
HSV(B) 5.82º 0.66% 0.8% -
XYZ 29.1 19.47 8.02 -
YUV 117.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 204 83 70 0 0.59 0.66 0.2 5.82 0.57 0.54
Hex CC 53 46 0 3B 42 14 6 39 36
Octal 314 123 106 0 73 102 24 6 71 66
Binary 11001100 1010011 1000110 0 111011 1000010 10100 110 111001 110110

Color Harmonies of #CC5346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5346

Black with #CC5346

Text Example


Text Example

White with #CC5346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5346; }

 p { color: rgb(204,83,70); }

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

background-color css

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

 a { background-color: rgb(204,83,70); }

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

border-color css

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

 span { border-color: rgb(204,83,70); }

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