Html Css Color HEX #CFC494 Tahuna Sands

📋 copy color: '#CFC494'

red 207 ◦ green 196 ◦ blue 148

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

Shades of Tahuna Sands #CFC494

Tints of Tahuna Sands #CFC494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.86%

R = 37.57%
G = 35.57%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CFC494 (or 0xCFC494) is known color: Tahuna Sands. HEX triplet: CF, C4 and 94. RGB value is (207,196,148). Sum of RGB (Red+Green+Blue) = 207+196+148=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC494 is #303B6B. Grayscale: #C2C2C2. Windows color (decimal): -3160940 or 9749711. OLE color: 9749711.

HSL color Cylindrical-coordinate representation of color #CFC494: hue angle of 48.81º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFC494 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 148 -
CMYK 0 0.05 0.29 0.19
HSL 48.81º 0.38% 0.7% -
HSV(B) 48.81º 0.29% 0.81% -
XYZ 50.82 54.88 35.93 -
YUV 193.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 207 196 148 0 0.05 0.29 0.19 48.81 0.38 0.7
Hex CF C4 94 0 5 1D 13 31 26 46
Octal 317 304 224 0 5 35 23 61 46 106
Binary 11001111 11000100 10010100 0 101 11101 10011 110001 100110 1000110

Color Harmonies of #CFC494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC494

Black with #CFC494

Text Example


Text Example

White with #CFC494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC494; }

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

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

background-color css

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

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

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

border-color css

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

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

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