#CFC195

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

Shades of Tahuna Sands #CFC195

Tints of Tahuna Sands #CFC195

Color information

#CFC195 (or 0xCFC195) is unknown color: approx Tahuna Sands. HEX triplet: CF, C1 and 95. RGB value is (207,193,149). Sum of RGB (Red+Green+Blue) = 207+193+149=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC195 is #303E6A. Grayscale: #C0C0C0. Windows color (decimal): -3161707 or 9814479. OLE color: 9814479.

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

Color convert

RGB207193149-
CMYK00.070.280.19
HSL45.52º37.66%69.8%-
HSV(B)45.52º28.02%81.18%-
XYZ50.2353.5836.13-
YUV192.17103.64138.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=37.70%
G=35.15%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719314900.070.280.1945.5237.6669.8
HexCFC195071C132e2646
Octal3173012250734235646106
Binary110011111100000110010101011111100100111011101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC195; }

 p { color: rgb(207,193,149); }

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

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

 a { background-color: rgb(207,193,149); }

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

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

 span { border-color: rgb(207,193,149); }

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