#CBA192

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

Shades of Rose #CBA192

Tints of Rose #CBA192

Color information

#CBA192 (or 0xCBA192) is unknown color: approx Rose. HEX triplet: CB, A1 and 92. RGB value is (203,161,146). Sum of RGB (Red+Green+Blue) = 203+161+146=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA192 is #345E6D. Grayscale: #ABABAB. Windows color (decimal): -3432046 or 9609675. OLE color: 9609675.

HSL color Cylindrical-coordinate representation of color #CBA192: hue angle of 15.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA192 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB203161146-
CMYK00.210.280.20
HSL15.79º35.4%68.43%-
HSV(B)15.79º28.08%79.61%-
XYZ42.5640.2632.72-
YUV171.85113.41150.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=39.80%
G=31.57%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316114600.210.280.2015.7935.468.43
HexCBA1920151C14102344
Octal31324122202534242043104
Binary1100101110100001100100100101011110010100100001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA192; }

 p { color: rgb(203,161,146); }

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

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

 a { background-color: rgb(203,161,146); }

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

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

 span { border-color: rgb(203,161,146); }

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