#CBA375

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

Shades of Cameo #CBA375

Tints of Cameo #CBA375

Color information

#CBA375 (or 0xCBA375) is unknown color: approx Cameo. HEX triplet: CB, A3 and 75. RGB value is (203,163,117). Sum of RGB (Red+Green+Blue) = 203+163+117=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA375 is #345C8A. Grayscale: #A9A9A9. Windows color (decimal): -3431563 or 7709643. OLE color: 7709643.

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

Color convert

RGB203163117-
CMYK00.200.420.20
HSL32.09º45.26%62.75%-
HSV(B)32.09º42.36%79.61%-
XYZ40.9440.1822.43-
YUV169.7298.25151.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=42.03%
G=33.75%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316311700.200.420.2032.0945.2662.75
HexCBA3750142A14202d3f
Octal3132431650245224405577
Binary1100101110100011111010101010010101010100100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA375; }

 p { color: rgb(203,163,117); }

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

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

 a { background-color: rgb(203,163,117); }

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

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

 span { border-color: rgb(203,163,117); }

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