Html Css Color HEX #CFC69C Tahuna Sands

📋 copy color: '#CFC69C'

red 207 ◦ green 198 ◦ blue 156

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

Shades of Tahuna Sands #CFC69C

Tints of Tahuna Sands #CFC69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.81%

R = 36.9%
G = 35.29%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFC69C (or 0xCFC69C) is known color: Tahuna Sands. HEX triplet: CF, C6 and 9C. RGB value is (207,198,156). Sum of RGB (Red+Green+Blue) = 207+198+156=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC69C is #303963. Grayscale: #C4C4C4. Windows color (decimal): -3160420 or 10274511. OLE color: 10274511.

HSL color Cylindrical-coordinate representation of color #CFC69C: hue angle of 49.41º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFC69C is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 156 -
CMYK 0 0.04 0.25 0.19
HSL 49.41º 0.35% 0.71% -
HSV(B) 49.41º 0.25% 0.81% -
XYZ 51.93 56.05 39.54 -
YUV 195.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 207 198 156 0 0.04 0.25 0.19 49.41 0.35 0.71
Hex CF C6 9C 0 4 19 13 31 23 47
Octal 317 306 234 0 4 31 23 61 43 107
Binary 11001111 11000110 10011100 0 100 11001 10011 110001 100011 1000111

Color Harmonies of #CFC69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC69C

Black with #CFC69C

Text Example


Text Example

White with #CFC69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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