#CBC7A0

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

Shades of Tahuna Sands #CBC7A0

Tints of Tahuna Sands #CBC7A0

Color information

#CBC7A0 (or 0xCBC7A0) is unknown color: approx Tahuna Sands. HEX triplet: CB, C7 and A0. RGB value is (203,199,160). Sum of RGB (Red+Green+Blue) = 203+199+160=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7A0 is #34385F. Grayscale: #C3C3C3. Windows color (decimal): -3422304 or 10536907. OLE color: 10536907.

HSL color Cylindrical-coordinate representation of color #CBC7A0: hue angle of 54.42º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC7A0 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203199160-
CMYK00.020.210.20
HSL54.42º29.25%71.18%-
HSV(B)54.42º21.18%79.61%-
XYZ51.456.0841.37-
YUV195.75107.83133.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 199 (78.12% from 255) = 35.41%
BLUE value IS 160 (62.89% from 255) = 28.47%
R=36.12%
G=35.41%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319916000.020.210.2054.4229.2571.18
HexCBC7A0021514361d47
Octal3133072400225246635107
Binary1100101111000111101000000101010110100110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7A0; }

 p { color: rgb(203,199,160); }

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

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

 a { background-color: rgb(203,199,160); }

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

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

 span { border-color: rgb(203,199,160); }

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