Html Css Color HEX #CCC99C Tahuna Sands

📋 copy color: '#CCC99C'

red 204 ◦ green 201 ◦ blue 156

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

Shades of Tahuna Sands #CCC99C

Tints of Tahuna Sands #CCC99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.81%

R = 36.36%
G = 35.83%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCC99C (or 0xCCC99C) is known color: Tahuna Sands. HEX triplet: CC, C9 and 9C. RGB value is (204,201,156). Sum of RGB (Red+Green+Blue) = 204+201+156=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC99C is #333663. Grayscale: #C4C4C4. Windows color (decimal): -3356260 or 10275276. OLE color: 10275276.

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

Color convert

RGB 204 201 156 -
CMYK 0 0.01 0.24 0.2
HSL 56.25º 0.32% 0.71% -
HSV(B) 56.25º 0.24% 0.8% -
XYZ 51.79 57.01 39.73 -
YUV 196.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 204 201 156 0 0.01 0.24 0.2 56.25 0.32 0.71
Hex CC C9 9C 0 1 18 14 38 20 47
Octal 314 311 234 0 1 30 24 70 40 107
Binary 11001100 11001001 10011100 0 1 11000 10100 111000 100000 1000111

Color Harmonies of #CCC99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC99C

Black with #CCC99C

Text Example


Text Example

White with #CCC99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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