#CBA47D

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

Shades of Cameo #CBA47D

Tints of Cameo #CBA47D

Color information

#CBA47D (or 0xCBA47D) is unknown color: approx Cameo. HEX triplet: CB, A4 and 7D. RGB value is (203,164,125). Sum of RGB (Red+Green+Blue) = 203+164+125=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA47D is #345B82. Grayscale: #ABABAB. Windows color (decimal): -3431299 or 8234187. OLE color: 8234187.

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

Color convert

RGB203164125-
CMYK00.190.380.20
HSL30º42.86%64.31%-
HSV(B)30º38.42%79.61%-
XYZ41.6140.7325.07-
YUV171.22101.92150.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=41.26%
G=33.33%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316412500.190.380.203042.8664.31
HexCBA47D01326141e2b40
Octal31324417502346243653100
Binary1100101110100100111110101001110011010100111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA47D; }

 p { color: rgb(203,164,125); }

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

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

 a { background-color: rgb(203,164,125); }

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

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

 span { border-color: rgb(203,164,125); }

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