#CC554D

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

Shades of Valencia #CC554D

Tints of Valencia #CC554D

Color information

#CC554D (or 0xCC554D) is unknown color: approx Valencia. HEX triplet: CC, 55 and 4D. RGB value is (204,85,77). Sum of RGB (Red+Green+Blue) = 204+85+77=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC554D is #33AAB2. Grayscale: #777777. Windows color (decimal): -3386035 or 5068236. OLE color: 5068236.

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

Color convert

RGB2048577-
CMYK00.580.620.2
HSL3.78º55.46%55.1%-
HSV(B)3.78º62.25%80%-
XYZ29.4919.879.3-
YUV119.67103.92188.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=55.74%
G=23.22%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204857700.580.620.23.7855.4655.1
HexCC554D03A3E1443737
Octal314125115072762446767
Binary1100110010101011001101011101011111010100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC554D; }

 p { color: rgb(204,85,77); }

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

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

 a { background-color: rgb(204,85,77); }

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

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

 span { border-color: rgb(204,85,77); }

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