#CFCBA0

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

Shades of Tahuna Sands #CFCBA0

Tints of Tahuna Sands #CFCBA0

Color information

#CFCBA0 (or 0xCFCBA0) is unknown color: approx Tahuna Sands. HEX triplet: CF, CB and A0. RGB value is (207,203,160). Sum of RGB (Red+Green+Blue) = 207+203+160=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCBA0 is #30345F. Grayscale: #C7C7C7. Windows color (decimal): -3159136 or 10537935. OLE color: 10537935.

HSL color Cylindrical-coordinate representation of color #CFCBA0: hue angle of 54.89º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFCBA0 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207203160-
CMYK00.020.230.19
HSL54.89º32.87%71.96%-
HSV(B)54.89º22.71%81.18%-
XYZ53.4358.5241.74-
YUV199.29105.83133.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=36.32%
G=35.61%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720316000.020.230.1954.8932.8771.96
HexCFCBA0021713372148
Octal3173132400227236741110
Binary11001111110010111010000001010111100111101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBA0; }

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

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

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

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

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

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

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

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