Html Css Color HEX #CCC598 Tahuna Sands

📋 copy color: '#CCC598'

red 204 ◦ green 197 ◦ blue 152

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

Shades of Tahuna Sands #CCC598

Tints of Tahuna Sands #CCC598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.49%

R = 36.89%
G = 35.62%
B = 27.49%

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

#CCC598 (or 0xCCC598) is known color: Tahuna Sands. HEX triplet: CC, C5 and 98. RGB value is (204,197,152). Sum of RGB (Red+Green+Blue) = 204+197+152=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC598 is #333A67. Grayscale: #C2C2C2. Windows color (decimal): -3357288 or 10012108. OLE color: 10012108.

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

Color convert

RGB 204 197 152 -
CMYK 0 0.03 0.25 0.2
HSL 51.92º 0.34% 0.7% -
HSV(B) 51.92º 0.25% 0.8% -
XYZ 50.54 55.04 37.67 -
YUV 193.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 204 197 152 0 0.03 0.25 0.2 51.92 0.34 0.7
Hex CC C5 98 0 3 19 14 34 22 46
Octal 314 305 230 0 3 31 24 64 42 106
Binary 11001100 11000101 10011000 0 11 11001 10100 110100 100010 1000110

Color Harmonies of #CCC598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC598

Black with #CCC598

Text Example


Text Example

White with #CCC598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC598; }

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

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

background-color css

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

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

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

border-color css

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

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

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