#CFC49B

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

Shades of Tahuna Sands #CFC49B

Tints of Tahuna Sands #CFC49B

Color information

#CFC49B (or 0xCFC49B) is unknown color: approx Tahuna Sands. HEX triplet: CF, C4 and 9B. RGB value is (207,196,155). Sum of RGB (Red+Green+Blue) = 207+196+155=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC49B is #303B64. Grayscale: #C2C2C2. Windows color (decimal): -3160933 or 10208463. OLE color: 10208463.

HSL color Cylindrical-coordinate representation of color #CFC49B: hue angle of 47.31º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFC49B is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207196155-
CMYK00.050.250.19
HSL47.31º35.14%70.98%-
HSV(B)47.31º25.12%81.18%-
XYZ51.3955.1138.94-
YUV194.62105.64136.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=37.10%
G=35.13%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719615500.050.250.1947.3135.1470.98
HexCFC49B0519132f2347
Octal3173042330531235743107
Binary110011111100010010011011010111001100111011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC49B; }

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

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

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

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

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

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

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

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