#CBA679

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

Shades of Cameo #CBA679

Tints of Cameo #CBA679

Color information

#CBA679 (or 0xCBA679) is unknown color: approx Cameo. HEX triplet: CB, A6 and 79. RGB value is (203,166,121). Sum of RGB (Red+Green+Blue) = 203+166+121=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA679 is #345986. Grayscale: #ACACAC. Windows color (decimal): -3430791 or 7972555. OLE color: 7972555.

HSL color Cylindrical-coordinate representation of color #CBA679: hue angle of 32.93º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBA679 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203166121-
CMYK00.180.400.20
HSL32.93º44.09%63.53%-
HSV(B)32.93º40.39%79.61%-
XYZ41.7241.3523.87-
YUV171.9399.26150.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=41.43%
G=33.88%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316612100.180.400.2032.9344.0963.53
HexCBA6790122814212c40
Octal31324617102250244154100
Binary11001011101001101111001010010101000101001000011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA679; }

 p { color: rgb(203,166,121); }

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

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

 a { background-color: rgb(203,166,121); }

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

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

 span { border-color: rgb(203,166,121); }

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