Html Css Color HEX #CFC995 Tahuna Sands

📋 copy color: '#CFC995'

red 207 ◦ green 201 ◦ blue 149

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

Shades of Tahuna Sands #CFC995

Tints of Tahuna Sands #CFC995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.09%

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

R = 37.16%
G = 36.09%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFC995 (or 0xCFC995) is known color: Tahuna Sands. HEX triplet: CF, C9 and 95. RGB value is (207,201,149). Sum of RGB (Red+Green+Blue) = 207+201+149=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC995 is #30366A. Grayscale: #C5C5C5. Windows color (decimal): -3159659 or 9816527. OLE color: 9816527.

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

Color convert

RGB 207 201 149 -
CMYK 0 0.03 0.28 0.19
HSL 53.79º 0.38% 0.7% -
HSV(B) 53.79º 0.28% 0.81% -
XYZ 52.04 57.21 36.73 -
YUV 196.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 207 201 149 0 0.03 0.28 0.19 53.79 0.38 0.7
Hex CF C9 95 0 3 1C 13 36 26 46
Octal 317 311 225 0 3 34 23 66 46 106
Binary 11001111 11001001 10010101 0 11 11100 10011 110110 100110 1000110

Color Harmonies of #CFC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC995

Black with #CFC995

Text Example


Text Example

White with #CFC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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