Html Css Color HEX #CCC498 Tahuna Sands

📋 copy color: '#CCC498'

red 204 ◦ green 196 ◦ blue 152

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

Shades of Tahuna Sands #CCC498

Tints of Tahuna Sands #CCC498

RGB

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

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

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

R = 36.96%
G = 35.51%
B = 27.54%

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

#CCC498 (or 0xCCC498) is known color: Tahuna Sands. HEX triplet: CC, C4 and 98. RGB value is (204,196,152). Sum of RGB (Red+Green+Blue) = 204+196+152=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC498 is #333B67. Grayscale: #C1C1C1. Windows color (decimal): -3357544 or 10011852. OLE color: 10011852.

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

Color convert

RGB 204 196 152 -
CMYK 0 0.04 0.25 0.2
HSL 50.77º 0.34% 0.7% -
HSV(B) 50.77º 0.25% 0.8% -
XYZ 50.31 54.58 37.59 -
YUV 193.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 204 196 152 0 0.04 0.25 0.2 50.77 0.34 0.7
Hex CC C4 98 0 4 19 14 33 22 46
Octal 314 304 230 0 4 31 24 63 42 106
Binary 11001100 11000100 10011000 0 100 11001 10100 110011 100010 1000110

Color Harmonies of #CCC498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC498

Black with #CCC498

Text Example


Text Example

White with #CCC498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC498; }

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

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

background-color css

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

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

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

border-color css

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

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

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