Html Css Color HEX #CCC496 Tahuna Sands

📋 copy color: '#CCC496'

red 204 ◦ green 196 ◦ blue 150

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

Shades of Tahuna Sands #CCC496

Tints of Tahuna Sands #CCC496

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.64%

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

R = 37.09%
G = 35.64%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCC496 (or 0xCCC496) is known color: Tahuna Sands. HEX triplet: CC, C4 and 96. RGB value is (204,196,150). Sum of RGB (Red+Green+Blue) = 204+196+150=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC496 is #333B69. Grayscale: #C1C1C1. Windows color (decimal): -3357546 or 9880780. OLE color: 9880780.

HSL color Cylindrical-coordinate representation of color #CCC496: hue angle of 51.11º 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 #CCC496 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 150 -
CMYK 0 0.04 0.26 0.2
HSL 51.11º 0.35% 0.69% -
HSV(B) 51.11º 0.26% 0.8% -
XYZ 50.15 54.52 36.73 -
YUV 193.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 204 196 150 0 0.04 0.26 0.2 51.11 0.35 0.69
Hex CC C4 96 0 4 1A 14 33 23 45
Octal 314 304 226 0 4 32 24 63 43 105
Binary 11001100 11000100 10010110 0 100 11010 10100 110011 100011 1000101

Color Harmonies of #CCC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC496

Black with #CCC496

Text Example


Text Example

White with #CCC496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC496; }

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

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

background-color css

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

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

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

border-color css

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

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

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