#CBA678

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

Shades of Cameo #CBA678

Tints of Cameo #CBA678

Color information

#CBA678 (or 0xCBA678) is unknown color: approx Cameo. HEX triplet: CB, A6 and 78. RGB value is (203,166,120). Sum of RGB (Red+Green+Blue) = 203+166+120=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA678 is #345987. Grayscale: #ACACAC. Windows color (decimal): -3430792 or 7907019. OLE color: 7907019.

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

Color convert

RGB203166120-
CMYK00.180.410.20
HSL33.25º44.39%63.33%-
HSV(B)33.25º40.89%79.61%-
XYZ41.6541.3323.55-
YUV171.8298.76150.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=41.51%
G=33.95%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316612000.180.410.2033.2544.3963.33
HexCBA6780122914212c3f
Octal3132461700225124415477
Binary1100101110100110111100001001010100110100100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA678; }

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

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

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

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

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

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

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

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