#CBA389

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

Shades of Cameo #CBA389

Tints of Cameo #CBA389

Color information

#CBA389 (or 0xCBA389) is unknown color: approx Cameo. HEX triplet: CB, A3 and 89. RGB value is (203,163,137). Sum of RGB (Red+Green+Blue) = 203+163+137=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA389 is #345C76. Grayscale: #ACACAC. Windows color (decimal): -3431543 or 9020363. OLE color: 9020363.

HSL color Cylindrical-coordinate representation of color #CBA389: hue angle of 23.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA389 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203163137-
CMYK00.200.330.20
HSL23.64º38.82%66.67%-
HSV(B)23.64º32.51%79.61%-
XYZ42.2440.729.3-
YUV172108.25150.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=40.36%
G=32.41%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316313700.200.330.2023.6438.8266.67
HexCBA3890142114182743
Octal31324321102441243047103
Binary11001011101000111000100101010010000110100110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA389; }

 p { color: rgb(203,163,137); }

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

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

 a { background-color: rgb(203,163,137); }

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

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

 span { border-color: rgb(203,163,137); }

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