#CFC993

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

Shades of Tahuna Sands #CFC993

Tints of Tahuna Sands #CFC993

Color information

#CFC993 (or 0xCFC993) is unknown color: approx Tahuna Sands. HEX triplet: CF, C9 and 93. RGB value is (207,201,147). Sum of RGB (Red+Green+Blue) = 207+201+147=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC993 is #30366C. Grayscale: #C4C4C4. Windows color (decimal): -3159661 or 9685455. OLE color: 9685455.

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

Color convert

RGB207201147-
CMYK00.030.290.19
HSL54º38.46%69.41%-
HSV(B)54º28.99%81.18%-
XYZ51.8957.1535.9-
YUV196.6499.99135.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 147 (57.81% from 255) = 26.49%
R=37.30%
G=36.22%
B=26.49%

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
Decimal20720114700.030.290.195438.4669.41
HexCFC993031D13362645
Octal3173112230335236646105
Binary11001111110010011001001101111101100111101101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC993; }

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

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

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

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

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

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

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

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