Html Css Color HEX #CC523E Dark Coral

📋 copy color: '#CC523E'

red 204 ◦ green 82 ◦ blue 62

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

Shades of Dark Coral #CC523E

Tints of Dark Coral #CC523E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 58.62%
G = 23.56%
B = 17.82%

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

#CC523E (or 0xCC523E) is known color: Dark Coral. HEX triplet: CC, 52 and 3E. RGB value is (204,82,62). Sum of RGB (Red+Green+Blue) = 204+82+62=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC523E is #33ADC1. Grayscale: #747474. Windows color (decimal): -3386818 or 4084428. OLE color: 4084428.

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

Color convert

RGB 204 82 62 -
CMYK 0 0.60 0.70 0.2
HSL 8.45º 0.58% 0.52% -
HSV(B) 8.45º 0.7% 0.8% -
XYZ 28.79 19.22 6.75 -
YUV 116.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 204 82 62 0 0.60 0.70 0.2 8.45 0.58 0.52
Hex CC 52 3E 0 3C 46 14 8 3A 34
Octal 314 122 76 0 74 106 24 10 72 64
Binary 11001100 1010010 111110 0 111100 1000110 10100 1000 111010 110100

Color Harmonies of #CC523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC523E

Black with #CC523E

Text Example


Text Example

White with #CC523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC523E; }

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

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

background-color css

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

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

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

border-color css

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

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

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