Html Css Color HEX #CCC599 Tahuna Sands

📋 copy color: '#CCC599'

red 204 ◦ green 197 ◦ blue 153

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

Shades of Tahuna Sands #CCC599

Tints of Tahuna Sands #CCC599

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.56%

 BLUE value IS 153 (60.16% from 255) = 27.62%

R = 36.82%
G = 35.56%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCC599 (or 0xCCC599) is known color: Tahuna Sands. HEX triplet: CC, C5 and 99. RGB value is (204,197,153). Sum of RGB (Red+Green+Blue) = 204+197+153=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC599 is #333A66. Grayscale: #C2C2C2. Windows color (decimal): -3357287 or 10077644. OLE color: 10077644.

HSL color Cylindrical-coordinate representation of color #CCC599: hue angle of 51.76º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCC599 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 153 -
CMYK 0 0.03 0.25 0.2
HSL 51.76º 0.33% 0.7% -
HSV(B) 51.76º 0.25% 0.8% -
XYZ 50.62 55.07 38.1 -
YUV 194.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 204 197 153 0 0.03 0.25 0.2 51.76 0.33 0.7
Hex CC C5 99 0 3 19 14 34 21 46
Octal 314 305 231 0 3 31 24 64 41 106
Binary 11001100 11000101 10011001 0 11 11001 10100 110100 100001 1000110

Color Harmonies of #CCC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC599

Black with #CCC599

Text Example


Text Example

White with #CCC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC599; }

 p { color: rgb(204,197,153); }

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

background-color css

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

 a { background-color: rgb(204,197,153); }

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

border-color css

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

 span { border-color: rgb(204,197,153); }

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