#CBA183

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

Shades of Cameo #CBA183

Tints of Cameo #CBA183

Color information

#CBA183 (or 0xCBA183) is unknown color: approx Cameo. HEX triplet: CB, A1 and 83. RGB value is (203,161,131). Sum of RGB (Red+Green+Blue) = 203+161+131=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA183 is #345E7C. Grayscale: #AAAAAA. Windows color (decimal): -3432061 or 8626635. OLE color: 8626635.

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

Color convert

RGB203161131-
CMYK00.210.350.20
HSL25º40.91%65.49%-
HSV(B)25º35.47%79.61%-
XYZ41.4739.8226.97-
YUV170.14105.91151.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=41.01%
G=32.53%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316113100.210.350.202540.9165.49
HexCBA1830152314192941
Octal31324120302543243151101
Binary11001011101000011000001101010110001110100110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA183; }

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

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

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

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

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

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

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

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