#CC696A

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

Shades of Mandy #CC696A

Tints of Mandy #CC696A

Color information

#CC696A (or 0xCC696A) is unknown color: approx Mandy. HEX triplet: CC, 69 and 6A. RGB value is (204,105,106). Sum of RGB (Red+Green+Blue) = 204+105+106=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC696A is #339695. Grayscale: #868686. Windows color (decimal): -3380886 or 6973900. OLE color: 6973900.

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

Color convert

RGB204105106-
CMYK00.490.480.2
HSL359.39º49.25%60.59%-
HSV(B)359.39º48.53%80%-
XYZ32.5523.9816.55-
YUV134.72111.8177.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=49.16%
G=25.30%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410510600.490.480.2359.3949.2560.59
HexCC696A0313014167313d
Octal31415115206160245476175
Binary1100110011010011101010011000111000010100101100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC696A; }

 p { color: rgb(204,105,106); }

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

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

 a { background-color: rgb(204,105,106); }

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

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

 span { border-color: rgb(204,105,106); }

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