#CBC49B

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

Shades of Tahuna Sands #CBC49B

Tints of Tahuna Sands #CBC49B

Color information

#CBC49B (or 0xCBC49B) is unknown color: approx Tahuna Sands. HEX triplet: CB, C4 and 9B. RGB value is (203,196,155). Sum of RGB (Red+Green+Blue) = 203+196+155=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC49B is #343B64. Grayscale: #C1C1C1. Windows color (decimal): -3423077 or 10208459. OLE color: 10208459.

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

Color convert

RGB203196155-
CMYK00.030.240.20
HSL51.25º31.58%70.2%-
HSV(B)51.25º23.65%79.61%-
XYZ50.2854.5438.89-
YUV193.42106.32134.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=36.64%
G=35.38%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319615500.030.240.2051.2531.5870.2
HexCBC49B031814332046
Octal3133042330330246340106
Binary11001011110001001001101101111000101001100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC49B; }

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

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

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

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

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

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

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

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