#CB818A

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

Shades of Charm #CB818A

Tints of Charm #CB818A

Color information

#CB818A (or 0xCB818A) is unknown color: approx Charm. HEX triplet: CB, 81 and 8A. RGB value is (203,129,138). Sum of RGB (Red+Green+Blue) = 203+129+138=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB818A is #347E75. Grayscale: #989898. Windows color (decimal): -3440246 or 9077195. OLE color: 9077195.

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

Color convert

RGB203129138-
CMYK00.360.320.20
HSL352.7º41.57%65.1%-
HSV(B)352.7º36.45%79.61%-
XYZ37.0730.2327.93-
YUV152.15120.02164.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=43.19%
G=27.45%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312913800.360.320.20352.741.5765.1
HexCB818A02420141612a41
Octal313201212044402454152101
Binary1100101110000001100010100100100100000101001011000011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB818A; }

 p { color: rgb(203,129,138); }

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

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

 a { background-color: rgb(203,129,138); }

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

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

 span { border-color: rgb(203,129,138); }

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