Html Css Color HEX #CCC896 Tahuna Sands

📋 copy color: '#CCC896'

red 204 ◦ green 200 ◦ blue 150

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

Shades of Tahuna Sands #CCC896

Tints of Tahuna Sands #CCC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.1%

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

R = 36.82%
G = 36.1%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCC896 (or 0xCCC896) is known color: Tahuna Sands. HEX triplet: CC, C8 and 96. RGB value is (204,200,150). Sum of RGB (Red+Green+Blue) = 204+200+150=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC896 is #333769. Grayscale: #C3C3C3. Windows color (decimal): -3356522 or 9881804. OLE color: 9881804.

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

Color convert

RGB 204 200 150 -
CMYK 0 0.02 0.26 0.2
HSL 55.56º 0.35% 0.69% -
HSV(B) 55.56º 0.26% 0.8% -
XYZ 51.06 56.35 37.04 -
YUV 195.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 204 200 150 0 0.02 0.26 0.2 55.56 0.35 0.69
Hex CC C8 96 0 2 1A 14 38 23 45
Octal 314 310 226 0 2 32 24 70 43 105
Binary 11001100 11001000 10010110 0 10 11010 10100 111000 100011 1000101

Color Harmonies of #CCC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC896

Black with #CCC896

Text Example


Text Example

White with #CCC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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