#CB697E

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

Shades of Charm #CB697E

Tints of Charm #CB697E

Color information

#CB697E (or 0xCB697E) is unknown color: approx Charm. HEX triplet: CB, 69 and 7E. RGB value is (203,105,126). Sum of RGB (Red+Green+Blue) = 203+105+126=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB697E is #349681. Grayscale: #888888. Windows color (decimal): -3446402 or 8284619. OLE color: 8284619.

HSL color Cylindrical-coordinate representation of color #CB697E: hue angle of 347.14º 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 #CB697E is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB203105126-
CMYK00.480.380.20
HSL347.14º48.51%60.39%-
HSV(B)347.14º48.28%79.61%-
XYZ33.4524.3122.67-
YUV136.7121.97175.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=46.77%
G=24.19%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310512600.480.380.20347.1448.5160.39
HexCB697E030261415b313c
Octal31315117606046245336174
Binary1100101111010011111110011000010011010100101011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB697E; }

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

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

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

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

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

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

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

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