Html Css Color HEX #CFC295 Tahuna Sands

📋 copy color: '#CFC295'

red 207 ◦ green 194 ◦ blue 149

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

Shades of Tahuna Sands #CFC295

Tints of Tahuna Sands #CFC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

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

R = 37.64%
G = 35.27%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFC295 (or 0xCFC295) is known color: Tahuna Sands. HEX triplet: CF, C2 and 95. RGB value is (207,194,149). Sum of RGB (Red+Green+Blue) = 207+194+149=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC295 is #303D6A. Grayscale: #C0C0C0. Windows color (decimal): -3161451 or 9814735. OLE color: 9814735.

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

Color convert

RGB 207 194 149 -
CMYK 0 0.06 0.28 0.19
HSL 46.55º 0.38% 0.7% -
HSV(B) 46.55º 0.28% 0.81% -
XYZ 50.45 54.02 36.2 -
YUV 192.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 207 194 149 0 0.06 0.28 0.19 46.55 0.38 0.7
Hex CF C2 95 0 6 1C 13 2F 26 46
Octal 317 302 225 0 6 34 23 57 46 106
Binary 11001111 11000010 10010101 0 110 11100 10011 101111 100110 1000110

Color Harmonies of #CFC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC295

Black with #CFC295

Text Example


Text Example

White with #CFC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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