#CF838B

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

Shades of Charm #CF838B

Tints of Charm #CF838B

Color information

#CF838B (or 0xCF838B) is unknown color: approx Charm. HEX triplet: CF, 83 and 8B. RGB value is (207,131,139). Sum of RGB (Red+Green+Blue) = 207+131+139=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF838B is #307C74. Grayscale: #9A9A9A. Windows color (decimal): -3177589 or 9143247. OLE color: 9143247.

HSL color Cylindrical-coordinate representation of color #CF838B: hue angle of 353.68º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF838B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207131139-
CMYK00.370.330.19
HSL353.68º44.19%66.27%-
HSV(B)353.68º36.71%81.18%-
XYZ38.5131.3628.45-
YUV154.64119.18165.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=43.40%
G=27.46%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713113900.370.330.19353.6844.1966.27
HexCF838B02521131622c42
Octal317203213045412354254102
Binary1100111110000011100010110100101100001100111011000101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF838B; }

 p { color: rgb(207,131,139); }

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

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

 a { background-color: rgb(207,131,139); }

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

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

 span { border-color: rgb(207,131,139); }

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