Html Css Color HEX #CCC499 Tahuna Sands

📋 copy color: '#CCC499'

red 204 ◦ green 196 ◦ blue 153

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

Shades of Tahuna Sands #CCC499

Tints of Tahuna Sands #CCC499

RGB

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

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

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

R = 36.89%
G = 35.44%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCC499 (or 0xCCC499) is known color: Tahuna Sands. HEX triplet: CC, C4 and 99. RGB value is (204,196,153). Sum of RGB (Red+Green+Blue) = 204+196+153=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC499 is #333B66. Grayscale: #C1C1C1. Windows color (decimal): -3357543 or 10077388. OLE color: 10077388.

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

Color convert

RGB 204 196 153 -
CMYK 0 0.04 0.25 0.2
HSL 50.59º 0.33% 0.7% -
HSV(B) 50.59º 0.25% 0.8% -
XYZ 50.39 54.62 38.02 -
YUV 193.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 204 196 153 0 0.04 0.25 0.2 50.59 0.33 0.7
Hex CC C4 99 0 4 19 14 33 21 46
Octal 314 304 231 0 4 31 24 63 41 106
Binary 11001100 11000100 10011001 0 100 11001 10100 110011 100001 1000110

Color Harmonies of #CCC499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC499

Black with #CCC499

Text Example


Text Example

White with #CCC499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC499; }

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

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

background-color css

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

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

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

border-color css

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

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

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