Html Css Color HEX #CC523F Dark Coral

📋 copy color: '#CC523F'

red 204 ◦ green 82 ◦ blue 63

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

Shades of Dark Coral #CC523F

Tints of Dark Coral #CC523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.05%

R = 58.45%
G = 23.5%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC523F (or 0xCC523F) is known color: Dark Coral. HEX triplet: CC, 52 and 3F. RGB value is (204,82,63). Sum of RGB (Red+Green+Blue) = 204+82+63=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC523F is #33ADC0. Grayscale: #747474. Windows color (decimal): -3386817 or 4149964. OLE color: 4149964.

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

Color convert

RGB 204 82 63 -
CMYK 0 0.60 0.69 0.2
HSL 8.09º 0.58% 0.52% -
HSV(B) 8.09º 0.69% 0.8% -
XYZ 28.82 19.23 6.9 -
YUV 116.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 204 82 63 0 0.60 0.69 0.2 8.09 0.58 0.52
Hex CC 52 3F 0 3C 45 14 8 3A 34
Octal 314 122 77 0 74 105 24 10 72 64
Binary 11001100 1010010 111111 0 111100 1000101 10100 1000 111010 110100

Color Harmonies of #CC523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC523F

Black with #CC523F

Text Example


Text Example

White with #CC523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC523F; }

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

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

background-color css

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

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

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

border-color css

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

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

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