Html Css Color HEX #CFC695 Tahuna Sands

📋 copy color: '#CFC695'

red 207 ◦ green 198 ◦ blue 149

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

Shades of Tahuna Sands #CFC695

Tints of Tahuna Sands #CFC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.74%

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

R = 37.36%
G = 35.74%
B = 26.9%

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

#CFC695 (or 0xCFC695) is known color: Tahuna Sands. HEX triplet: CF, C6 and 95. RGB value is (207,198,149). Sum of RGB (Red+Green+Blue) = 207+198+149=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC695 is #30396A. Grayscale: #C3C3C3. Windows color (decimal): -3160427 or 9815759. OLE color: 9815759.

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

Color convert

RGB 207 198 149 -
CMYK 0 0.04 0.28 0.19
HSL 50.69º 0.38% 0.7% -
HSV(B) 50.69º 0.28% 0.81% -
XYZ 51.35 55.82 36.5 -
YUV 195.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 207 198 149 0 0.04 0.28 0.19 50.69 0.38 0.7
Hex CF C6 95 0 4 1C 13 33 26 46
Octal 317 306 225 0 4 34 23 63 46 106
Binary 11001111 11000110 10010101 0 100 11100 10011 110011 100110 1000110

Color Harmonies of #CFC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC695

Black with #CFC695

Text Example


Text Example

White with #CFC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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