#C95C4C

Color #C95C4C Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #C95C4C

Tints of Dark Coral #C95C4C

Color information

#C95C4C (or 0xC95C4C) is unknown color: approx Dark Coral. HEX triplet: C9, 5C and 4C. RGB value is (201,92,76). Sum of RGB (Red+Green+Blue) = 201+92+76=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C4C is #36A3B3. Grayscale: #7A7A7A. Windows color (decimal): -3580852 or 5004489. OLE color: 5004489.

HSL color Cylindrical-coordinate representation of color #C95C4C: hue angle of 7.68º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95C4C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB2019276-
CMYK00.540.620.21
HSL7.68º53.65%54.31%-
HSV(B)7.68º62.19%78.82%-
XYZ29.2220.599.27-
YUV122.77101.61183.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=54.47%
G=24.93%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201927600.540.620.217.6853.6554.31
HexC95C4C0363E1583636
Octal3111341140667625106666
Binary11001001101110010011000110110111110101011000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C4C; }

 p { color: rgb(201,92,76); }

 H1.HeaderClassName
 {
   color: #C95C4C;
 }
 .AnyTagClassName
 {
   color: #C95C4C;
 }
</style>
background-color css

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

 a { background-color: rgb(201,92,76); }

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

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

 span { border-color: rgb(201,92,76); }

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