#CB7F8C

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

Shades of Charm #CB7F8C

Tints of Charm #CB7F8C

Color information

#CB7F8C (or 0xCB7F8C) is unknown color: approx Charm. HEX triplet: CB, 7F and 8C. RGB value is (203,127,140). Sum of RGB (Red+Green+Blue) = 203+127+140=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7F8C is #348073. Grayscale: #979797. Windows color (decimal): -3440756 or 9207755. OLE color: 9207755.

HSL color Cylindrical-coordinate representation of color #CB7F8C: hue angle of 349.74º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7F8C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203127140-
CMYK00.370.310.20
HSL349.74º42.22%64.71%-
HSV(B)349.74º37.44%79.61%-
XYZ36.9529.7728.61-
YUV151.21121.68164.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=43.19%
G=27.02%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312714000.370.310.20349.7442.2264.71
HexCB7F8C0251F1415e2a41
Octal313177214045372453652101
Binary11001011111111110001100010010111111101001010111101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F8C; }

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

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

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

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

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

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

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

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