#CF838A

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

Shades of Charm #CF838A

Tints of Charm #CF838A

Color information

#CF838A (or 0xCF838A) is unknown color: approx Charm. HEX triplet: CF, 83 and 8A. RGB value is (207,131,138). Sum of RGB (Red+Green+Blue) = 207+131+138=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF838A is #307C75. Grayscale: #9A9A9A. Windows color (decimal): -3177590 or 9077711. OLE color: 9077711.

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

Color convert

RGB207131138-
CMYK00.370.330.19
HSL354.47º44.19%66.27%-
HSV(B)354.47º36.71%81.18%-
XYZ38.4431.3328.07-
YUV154.52118.68165.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=43.49%
G=27.52%
B=28.99%

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
Decimal20713113800.370.330.19354.4744.1966.27
HexCF838A02521131622c42
Octal317203212045412354254102
Binary1100111110000011100010100100101100001100111011000101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF838A; }

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

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

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

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

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

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

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

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