#CBA88D

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

Shades of Cameo #CBA88D

Tints of Cameo #CBA88D

Color information

#CBA88D (or 0xCBA88D) is unknown color: approx Cameo. HEX triplet: CB, A8 and 8D. RGB value is (203,168,141). Sum of RGB (Red+Green+Blue) = 203+168+141=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA88D is #345772. Grayscale: #AFAFAF. Windows color (decimal): -3430259 or 9283787. OLE color: 9283787.

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

Color convert

RGB203168141-
CMYK00.170.310.20
HSL26.13º37.35%67.45%-
HSV(B)26.13º30.54%79.61%-
XYZ43.4442.6231.14-
YUV175.39108.6147.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=39.65%
G=32.81%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316814100.170.310.2026.1337.3567.45
HexCBA88D0111F141a2543
Octal31325021502137243245103
Binary1100101110101000100011010100011111110100110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA88D; }

 p { color: rgb(203,168,141); }

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

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

 a { background-color: rgb(203,168,141); }

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

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

 span { border-color: rgb(203,168,141); }

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