Html Css Color HEX #CCC998 Tahuna Sands

📋 copy color: '#CCC998'

red 204 ◦ green 201 ◦ blue 152

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

Shades of Tahuna Sands #CCC998

Tints of Tahuna Sands #CCC998

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.09%

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

R = 36.62%
G = 36.09%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCC998 (or 0xCCC998) is known color: Tahuna Sands. HEX triplet: CC, C9 and 98. RGB value is (204,201,152). Sum of RGB (Red+Green+Blue) = 204+201+152=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC998 is #333667. Grayscale: #C4C4C4. Windows color (decimal): -3356264 or 10013132. OLE color: 10013132.

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

Color convert

RGB 204 201 152 -
CMYK 0 0.01 0.25 0.2
HSL 56.54º 0.34% 0.7% -
HSV(B) 56.54º 0.25% 0.8% -
XYZ 51.46 56.88 37.97 -
YUV 196.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 204 201 152 0 0.01 0.25 0.2 56.54 0.34 0.7
Hex CC C9 98 0 1 19 14 39 22 46
Octal 314 311 230 0 1 31 24 71 42 106
Binary 11001100 11001001 10011000 0 1 11001 10100 111001 100010 1000110

Color Harmonies of #CCC998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC998

Black with #CCC998

Text Example


Text Example

White with #CCC998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC998; }

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

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

background-color css

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

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

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

border-color css

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

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

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