#CBC395

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

Shades of Tahuna Sands #CBC395

Tints of Tahuna Sands #CBC395

Color information

#CBC395 (or 0xCBC395) is unknown color: approx Tahuna Sands. HEX triplet: CB, C3 and 95. RGB value is (203,195,149). Sum of RGB (Red+Green+Blue) = 203+195+149=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC395 is #343C6A. Grayscale: #C0C0C0. Windows color (decimal): -3423339 or 9814987. OLE color: 9814987.

HSL color Cylindrical-coordinate representation of color #CBC395: hue angle of 51.11º 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 #CBC395 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203195149-
CMYK00.040.270.20
HSL51.11º34.18%69.02%-
HSV(B)51.11º26.6%79.61%-
XYZ49.5753.936.22-
YUV192.15103.65135.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=37.11%
G=35.65%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319514900.040.270.2051.1134.1869.02
HexCBC395041B14332245
Octal3133032250433246342105
Binary110010111100001110010101010011011101001100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC395; }

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

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

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

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

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

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

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

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