Html Css Color HEX #CFC394 Tahuna Sands

📋 copy color: '#CFC394'

red 207 ◦ green 195 ◦ blue 148

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

Shades of Tahuna Sands #CFC394

Tints of Tahuna Sands #CFC394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.45%

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

R = 37.64%
G = 35.45%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CFC394 (or 0xCFC394) is known color: Tahuna Sands. HEX triplet: CF, C3 and 94. RGB value is (207,195,148). Sum of RGB (Red+Green+Blue) = 207+195+148=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC394 is #303C6B. Grayscale: #C1C1C1. Windows color (decimal): -3161196 or 9749455. OLE color: 9749455.

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

Color convert

RGB 207 195 148 -
CMYK 0 0.06 0.29 0.19
HSL 47.8º 0.38% 0.7% -
HSV(B) 47.8º 0.29% 0.81% -
XYZ 50.59 54.43 35.86 -
YUV 193.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 207 195 148 0 0.06 0.29 0.19 47.8 0.38 0.7
Hex CF C3 94 0 6 1D 13 30 26 46
Octal 317 303 224 0 6 35 23 60 46 106
Binary 11001111 11000011 10010100 0 110 11101 10011 110000 100110 1000110

Color Harmonies of #CFC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC394

Black with #CFC394

Text Example


Text Example

White with #CFC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC394; }

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

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

background-color css

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

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

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

border-color css

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

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

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