#CB697F

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

Shades of Charm #CB697F

Tints of Charm #CB697F

Color information

#CB697F (or 0xCB697F) is unknown color: approx Charm. HEX triplet: CB, 69 and 7F. RGB value is (203,105,127). Sum of RGB (Red+Green+Blue) = 203+105+127=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB697F is #349680. Grayscale: #888888. Windows color (decimal): -3446401 or 8350155. OLE color: 8350155.

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

Color convert

RGB203105127-
CMYK00.480.370.20
HSL346.53º48.51%60.39%-
HSV(B)346.53º48.28%79.61%-
XYZ33.5124.3323.01-
YUV136.81122.47175.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 127 (50% from 255) = 29.20%
R=46.67%
G=24.14%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310512700.480.370.20346.5348.5160.39
HexCB697F030251415b313c
Octal31315117706045245336174
Binary1100101111010011111111011000010010110100101011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB697F; }

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

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

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

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

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

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

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

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