#cfcd94

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

Shades of Tahuna Sands #CFCD94

Tints of Tahuna Sands #CFCD94

Color information

#CFCD94 (or 0xCFCD94) is unknown color: approx Tahuna Sands. HEX triplet: CF, CD and 94. RGB value is (207,205,148). Sum of RGB (Red+Green+Blue) = 207+205+148=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD94 is #30326B. Grayscale: #C7C7C7. Windows color (decimal): -3158636 or 9752015. OLE color: 9752015.

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

Color convert

RGB207205148-
CMYK00.010.290.19
HSL57.97º38.06%69.61%-
HSV(B)57.97º28.5%81.18%-
XYZ52.9159.0736.63-
YUV199.199.16133.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=36.96%
G=36.61%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720514800.010.290.1957.9738.0669.61
HexCFCD94011D133a2646
Octal3173152240135237246106
Binary1100111111001101100101000111101100111110101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfcd94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfcd94; }

 p { color: rgb(207,205,148); }

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

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

 a { background-color: rgb(207,205,148); }

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

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

 span { border-color: rgb(207,205,148); }

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