Html Css Color HEX #CFC496 Tahuna Sands

📋 copy color: '#CFC496'

red 207 ◦ green 196 ◦ blue 150

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

Shades of Tahuna Sands #CFC496

Tints of Tahuna Sands #CFC496

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.44%

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

R = 37.43%
G = 35.44%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFC496 (or 0xCFC496) is known color: Tahuna Sands. HEX triplet: CF, C4 and 96. RGB value is (207,196,150). Sum of RGB (Red+Green+Blue) = 207+196+150=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC496 is #303B69. Grayscale: #C2C2C2. Windows color (decimal): -3160938 or 9880783. OLE color: 9880783.

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

Color convert

RGB 207 196 150 -
CMYK 0 0.05 0.28 0.19
HSL 48.42º 0.37% 0.7% -
HSV(B) 48.42º 0.28% 0.81% -
XYZ 50.98 54.95 36.77 -
YUV 194.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 207 196 150 0 0.05 0.28 0.19 48.42 0.37 0.7
Hex CF C4 96 0 5 1C 13 30 25 46
Octal 317 304 226 0 5 34 23 60 45 106
Binary 11001111 11000100 10010110 0 101 11100 10011 110000 100101 1000110

Color Harmonies of #CFC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC496

Black with #CFC496

Text Example


Text Example

White with #CFC496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC496; }

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

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

background-color css

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

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

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

border-color css

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

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

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