#CB697B

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

Shades of Charm #CB697B

Tints of Charm #CB697B

Color information

#CB697B (or 0xCB697B) is unknown color: approx Charm. HEX triplet: CB, 69 and 7B. RGB value is (203,105,123). Sum of RGB (Red+Green+Blue) = 203+105+123=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB697B is #349684. Grayscale: #888888. Windows color (decimal): -3446405 or 8088011. OLE color: 8088011.

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

Color convert

RGB203105123-
CMYK00.480.390.20
HSL348.98º48.51%60.39%-
HSV(B)348.98º48.28%79.61%-
XYZ33.2624.2321.66-
YUV136.35120.47175.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=47.10%
G=24.36%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310512300.480.390.20348.9848.5160.39
HexCB697B030271415d313c
Octal31315117306047245356174
Binary1100101111010011111011011000010011110100101011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB697B; }

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

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

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

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

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

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

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

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