#CBA594

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

Shades of Rose #CBA594

Tints of Rose #CBA594

Color information

#CBA594 (or 0xCBA594) is unknown color: approx Rose. HEX triplet: CB, A5 and 94. RGB value is (203,165,148). Sum of RGB (Red+Green+Blue) = 203+165+148=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA594 is #345A6B. Grayscale: #AEAEAE. Windows color (decimal): -3431020 or 9741771. OLE color: 9741771.

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

Color convert

RGB203165148-
CMYK00.190.270.20
HSL18.55º34.59%68.82%-
HSV(B)18.55º27.09%79.61%-
XYZ43.4341.7433.79-
YUV174.42113.09148.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=39.34%
G=31.98%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316514800.190.270.2018.5534.5968.82
HexCBA5940131B14132345
Octal31324522402333242343105
Binary1100101110100101100101000100111101110100100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA594; }

 p { color: rgb(203,165,148); }

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

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

 a { background-color: rgb(203,165,148); }

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

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

 span { border-color: rgb(203,165,148); }

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