Html Css Color HEX #CCC995 Tahuna Sands

📋 copy color: '#CCC995'

red 204 ◦ green 201 ◦ blue 149

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

Shades of Tahuna Sands #CCC995

Tints of Tahuna Sands #CCC995

RGB

 RED value IS 204 (80.08% from 255) = 36.82%

 GREEN value IS 201 (78.91% from 255) = 36.28%

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

R = 36.82%
G = 36.28%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCC995 (or 0xCCC995) is known color: Tahuna Sands. HEX triplet: CC, C9 and 95. RGB value is (204,201,149). Sum of RGB (Red+Green+Blue) = 204+201+149=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC995 is #33366A. Grayscale: #C4C4C4. Windows color (decimal): -3356267 or 9816524. OLE color: 9816524.

HSL color Cylindrical-coordinate representation of color #CCC995: hue angle of 56.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCC995 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 149 -
CMYK 0 0.01 0.27 0.2
HSL 56.73º 0.35% 0.69% -
HSV(B) 56.73º 0.27% 0.8% -
XYZ 51.21 56.78 36.69 -
YUV 195.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 204 201 149 0 0.01 0.27 0.2 56.73 0.35 0.69
Hex CC C9 95 0 1 1B 14 39 23 45
Octal 314 311 225 0 1 33 24 71 43 105
Binary 11001100 11001001 10010101 0 1 11011 10100 111001 100011 1000101

Color Harmonies of #CCC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC995

Black with #CCC995

Text Example


Text Example

White with #CCC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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