#CFCD97

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

Shades of Tahuna Sands #CFCD97

Tints of Tahuna Sands #CFCD97

Color information

#CFCD97 (or 0xCFCD97) is unknown color: approx Tahuna Sands. HEX triplet: CF, CD and 97. RGB value is (207,205,151). Sum of RGB (Red+Green+Blue) = 207+205+151=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD97 is #303268. Grayscale: #C7C7C7. Windows color (decimal): -3158633 or 9948623. OLE color: 9948623.

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

Color convert

RGB207205151-
CMYK00.010.270.19
HSL57.86º36.84%70.2%-
HSV(B)57.86º27.05%81.18%-
XYZ53.1559.1637.9-
YUV199.44100.66133.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=36.77%
G=36.41%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720515100.010.270.1957.8636.8470.2
HexCFCD97011B133a2546
Octal3173152270133237245106
Binary1100111111001101100101110111011100111110101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCD97; }

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

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

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

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

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

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

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

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