Html Css Color HEX #CFC996 Tahuna Sands

📋 copy color: '#CFC996'

red 207 ◦ green 201 ◦ blue 150

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

Shades of Tahuna Sands #CFC996

Tints of Tahuna Sands #CFC996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.88%

R = 37.1%
G = 36.02%
B = 26.88%

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

#CFC996 (or 0xCFC996) is known color: Tahuna Sands. HEX triplet: CF, C9 and 96. RGB value is (207,201,150). Sum of RGB (Red+Green+Blue) = 207+201+150=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC996 is #303669. Grayscale: #C5C5C5. Windows color (decimal): -3159658 or 9882063. OLE color: 9882063.

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

Color convert

RGB 207 201 150 -
CMYK 0 0.03 0.28 0.19
HSL 53.68º 0.37% 0.7% -
HSV(B) 53.68º 0.28% 0.81% -
XYZ 52.12 57.24 37.16 -
YUV 196.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 207 201 150 0 0.03 0.28 0.19 53.68 0.37 0.7
Hex CF C9 96 0 3 1C 13 36 25 46
Octal 317 311 226 0 3 34 23 66 45 106
Binary 11001111 11001001 10010110 0 11 11100 10011 110110 100101 1000110

Color Harmonies of #CFC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC996

Black with #CFC996

Text Example


Text Example

White with #CFC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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