#CBA17D

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

Shades of Cameo #CBA17D

Tints of Cameo #CBA17D

Color information

#CBA17D (or 0xCBA17D) is unknown color: approx Cameo. HEX triplet: CB, A1 and 7D. RGB value is (203,161,125). Sum of RGB (Red+Green+Blue) = 203+161+125=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA17D is #345E82. Grayscale: #A9A9A9. Windows color (decimal): -3432067 or 8233419. OLE color: 8233419.

HSL color Cylindrical-coordinate representation of color #CBA17D: hue angle of 27.69º 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 #CBA17D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB203161125-
CMYK00.210.380.20
HSL27.69º42.86%64.31%-
HSV(B)27.69º38.42%79.61%-
XYZ41.0839.6724.89-
YUV169.45102.91151.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=41.51%
G=32.92%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316112500.210.380.2027.6942.8664.31
HexCBA17D01526141c2b40
Octal31324117502546243453100
Binary1100101110100001111110101010110011010100111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA17D; }

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

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

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

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

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

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

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

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