#CB696A

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

Shades of Mandy #CB696A

Tints of Mandy #CB696A

Color information

#CB696A (or 0xCB696A) is unknown color: approx Mandy. HEX triplet: CB, 69 and 6A. RGB value is (203,105,106). Sum of RGB (Red+Green+Blue) = 203+105+106=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB696A is #349695. Grayscale: #868686. Windows color (decimal): -3446422 or 6973899. OLE color: 6973899.

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

Color convert

RGB203105106-
CMYK00.480.480.20
HSL359.39º48.51%60.39%-
HSV(B)359.39º48.28%79.61%-
XYZ32.2823.8416.54-
YUV134.42111.97176.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=49.03%
G=25.36%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310510600.480.480.20359.3948.5160.39
HexCB696A0303014167313c
Octal31315115206060245476174
Binary1100101111010011101010011000011000010100101100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB696A; }

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

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

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

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

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

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

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

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