#CBC495

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

Shades of Tahuna Sands #CBC495

Tints of Tahuna Sands #CBC495

Color information

#CBC495 (or 0xCBC495) is unknown color: approx Tahuna Sands. HEX triplet: CB, C4 and 95. RGB value is (203,196,149). Sum of RGB (Red+Green+Blue) = 203+196+149=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC495 is #343B6A. Grayscale: #C0C0C0. Windows color (decimal): -3423083 or 9815243. OLE color: 9815243.

HSL color Cylindrical-coordinate representation of color #CBC495: hue angle of 52.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBC495 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203196149-
CMYK00.030.270.20
HSL52.22º34.18%69.02%-
HSV(B)52.22º26.6%79.61%-
XYZ49.7954.3536.3-
YUV192.74103.32135.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=37.04%
G=35.77%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319614900.030.270.2052.2234.1869.02
HexCBC495031B14342245
Octal3133042250333246442105
Binary11001011110001001001010101111011101001101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC495; }

 p { color: rgb(203,196,149); }

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

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

 a { background-color: rgb(203,196,149); }

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

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

 span { border-color: rgb(203,196,149); }

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