#CC514A

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

Shades of Valencia #CC514A

Tints of Valencia #CC514A

Color information

#CC514A (or 0xCC514A) is unknown color: approx Valencia. HEX triplet: CC, 51 and 4A. RGB value is (204,81,74). Sum of RGB (Red+Green+Blue) = 204+81+74=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC514A is #33AEB5. Grayscale: #757575. Windows color (decimal): -3387062 or 4870604. OLE color: 4870604.

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

Color convert

RGB2048174-
CMYK00.600.640.2
HSL3.23º56.03%54.51%-
HSV(B)3.23º63.73%80%-
XYZ29.0819.228.66-
YUV116.98103.75190.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.82%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=56.82%
G=22.56%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204817400.600.640.23.2356.0354.51
HexCC514A03C401433837
Octal3141211120741002437067
Binary1100110010100011001010011110010000001010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC514A; }

 p { color: rgb(204,81,74); }

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

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

 a { background-color: rgb(204,81,74); }

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

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

 span { border-color: rgb(204,81,74); }

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