Html Css Color HEX #CFC795 Tahuna Sands

📋 copy color: '#CFC795'

red 207 ◦ green 199 ◦ blue 149

#CFC795
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #CFC795

Tints of Tahuna Sands #CFC795

RGB

 RED value IS 207 (81.25% from 255) = 37.3%

 GREEN value IS 199 (78.13% from 255) = 35.86%

 BLUE value IS 149 (58.59% from 255) = 26.85%

R = 37.3%
G = 35.86%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFC795 (or 0xCFC795) is known color: Tahuna Sands. HEX triplet: CF, C7 and 95. RGB value is (207,199,149). Sum of RGB (Red+Green+Blue) = 207+199+149=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC795 is #30386A. Grayscale: #C3C3C3. Windows color (decimal): -3160171 or 9816015. OLE color: 9816015.

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

Color convert

RGB 207 199 149 -
CMYK 0 0.04 0.28 0.19
HSL 51.72º 0.38% 0.7% -
HSV(B) 51.72º 0.28% 0.81% -
XYZ 51.58 56.28 36.58 -
YUV 195.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 207 199 149 0 0.04 0.28 0.19 51.72 0.38 0.7
Hex CF C7 95 0 4 1C 13 34 26 46
Octal 317 307 225 0 4 34 23 64 46 106
Binary 11001111 11000111 10010101 0 100 11100 10011 110100 100110 1000110

Color Harmonies of #CFC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC795

Black with #CFC795

Text Example


Text Example

White with #CFC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC795; }

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

 H1.HeaderClassName
 {
   color: #CFC795;
 }
 .AnyTagClassName
 {
   color: #CFC795;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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