Html Css Color HEX #CCC996 Tahuna Sands

📋 copy color: '#CCC996'

red 204 ◦ green 201 ◦ blue 150

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

Shades of Tahuna Sands #CCC996

Tints of Tahuna Sands #CCC996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.03%

R = 36.76%
G = 36.22%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCC996 (or 0xCCC996) is known color: Tahuna Sands. HEX triplet: CC, C9 and 96. RGB value is (204,201,150). Sum of RGB (Red+Green+Blue) = 204+201+150=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC996 is #333669. Grayscale: #C4C4C4. Windows color (decimal): -3356266 or 9882060. OLE color: 9882060.

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

Color convert

RGB 204 201 150 -
CMYK 0 0.01 0.26 0.2
HSL 56.67º 0.35% 0.69% -
HSV(B) 56.67º 0.26% 0.8% -
XYZ 51.29 56.81 37.12 -
YUV 196.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 204 201 150 0 0.01 0.26 0.2 56.67 0.35 0.69
Hex CC C9 96 0 1 1A 14 39 23 45
Octal 314 311 226 0 1 32 24 71 43 105
Binary 11001100 11001001 10010110 0 1 11010 10100 111001 100011 1000101

Color Harmonies of #CCC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC996

Black with #CCC996

Text Example


Text Example

White with #CCC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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