#CFC893

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

Shades of Tahuna Sands #CFC893

Tints of Tahuna Sands #CFC893

Color information

#CFC893 (or 0xCFC893) is unknown color: approx Tahuna Sands. HEX triplet: CF, C8 and 93. RGB value is (207,200,147). Sum of RGB (Red+Green+Blue) = 207+200+147=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC893 is #30376C. Grayscale: #C4C4C4. Windows color (decimal): -3159917 or 9685199. OLE color: 9685199.

HSL color Cylindrical-coordinate representation of color #CFC893: hue angle of 53º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFC893 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207200147-
CMYK00.030.290.19
HSL53º38.46%69.41%-
HSV(B)53º28.99%81.18%-
XYZ51.6556.6835.82-
YUV196.05100.32135.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 147 (57.81% from 255) = 26.53%
R=37.36%
G=36.10%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720014700.030.290.195338.4669.41
HexCFC893031D13352645
Octal3173102230335236546105
Binary11001111110010001001001101111101100111101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC893; }

 p { color: rgb(207,200,147); }

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

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

 a { background-color: rgb(207,200,147); }

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

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

 span { border-color: rgb(207,200,147); }

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