Html Css Color HEX #CC523D Dark Coral

📋 copy color: '#CC523D'

red 204 ◦ green 82 ◦ blue 61

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

Shades of Dark Coral #CC523D

Tints of Dark Coral #CC523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 58.79%
G = 23.63%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC523D (or 0xCC523D) is known color: Dark Coral. HEX triplet: CC, 52 and 3D. RGB value is (204,82,61). Sum of RGB (Red+Green+Blue) = 204+82+61=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC523D is #33ADC2. Grayscale: #747474. Windows color (decimal): -3386819 or 4018892. OLE color: 4018892.

HSL color Cylindrical-coordinate representation of color #CC523D: hue angle of 8.81º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC523D is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 61 -
CMYK 0 0.60 0.70 0.2
HSL 8.81º 0.58% 0.52% -
HSV(B) 8.81º 0.7% 0.8% -
XYZ 28.76 19.21 6.61 -
YUV 116.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 204 82 61 0 0.60 0.70 0.2 8.81 0.58 0.52
Hex CC 52 3D 0 3C 46 14 9 3A 34
Octal 314 122 75 0 74 106 24 11 72 64
Binary 11001100 1010010 111101 0 111100 1000110 10100 1001 111010 110100

Color Harmonies of #CC523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC523D

Black with #CC523D

Text Example


Text Example

White with #CC523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC523D; }

 p { color: rgb(204,82,61); }

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

background-color css

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

 a { background-color: rgb(204,82,61); }

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

border-color css

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

 span { border-color: rgb(204,82,61); }

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