Html Css Color HEX #CFCC95 Tahuna Sands

📋 copy color: '#CFCC95'

red 207 ◦ green 204 ◦ blue 149

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

Shades of Tahuna Sands #CFCC95

Tints of Tahuna Sands #CFCC95

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.43%

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

R = 36.96%
G = 36.43%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFCC95 (or 0xCFCC95) is known color: Tahuna Sands. HEX triplet: CF, CC and 95. RGB value is (207,204,149). Sum of RGB (Red+Green+Blue) = 207+204+149=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC95 is #30336A. Grayscale: #C6C6C6. Windows color (decimal): -3158891 or 9817295. OLE color: 9817295.

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

Color convert

RGB 207 204 149 -
CMYK 0 0.01 0.28 0.19
HSL 56.9º 0.38% 0.7% -
HSV(B) 56.9º 0.28% 0.81% -
XYZ 52.75 58.62 36.97 -
YUV 198.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 207 204 149 0 0.01 0.28 0.19 56.9 0.38 0.7
Hex CF CC 95 0 1 1C 13 39 26 46
Octal 317 314 225 0 1 34 23 71 46 106
Binary 11001111 11001100 10010101 0 1 11100 10011 111001 100110 1000110

Color Harmonies of #CFCC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC95

Black with #CFCC95

Text Example


Text Example

White with #CFCC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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