#CFC998

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

Shades of Tahuna Sands #CFC998

Tints of Tahuna Sands #CFC998

Color information

#CFC998 (or 0xCFC998) is unknown color: approx Tahuna Sands. HEX triplet: CF, C9 and 98. RGB value is (207,201,152). Sum of RGB (Red+Green+Blue) = 207+201+152=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC998 is #303667. Grayscale: #C5C5C5. Windows color (decimal): -3159656 or 10013135. OLE color: 10013135.

HSL color Cylindrical-coordinate representation of color #CFC998: hue angle of 53.45º degrees, saturation: 0.36, 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 #CFC998 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207201152-
CMYK00.030.270.19
HSL53.45º36.42%70.39%-
HSV(B)53.45º26.57%81.18%-
XYZ52.2957.3138.01-
YUV197.21102.49134.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 201 (78.91% from 255) = 35.89%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=36.96%
G=35.89%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720115200.030.270.1953.4536.4270.39
HexCFC998031B13352446
Octal3173112300333236544106
Binary11001111110010011001100001111011100111101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC998; }

 p { color: rgb(207,201,152); }

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

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

 a { background-color: rgb(207,201,152); }

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

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

 span { border-color: rgb(207,201,152); }

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