Html Css Color HEX #CCC398 Tahuna Sands

📋 copy color: '#CCC398'

red 204 ◦ green 195 ◦ blue 152

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

Shades of Tahuna Sands #CCC398

Tints of Tahuna Sands #CCC398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.39%

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

R = 37.02%
G = 35.39%
B = 27.59%

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

#CCC398 (or 0xCCC398) is known color: Tahuna Sands. HEX triplet: CC, C3 and 98. RGB value is (204,195,152). Sum of RGB (Red+Green+Blue) = 204+195+152=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC398 is #333C67. Grayscale: #C0C0C0. Windows color (decimal): -3357800 or 10011596. OLE color: 10011596.

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

Color convert

RGB 204 195 152 -
CMYK 0 0.04 0.25 0.2
HSL 49.62º 0.34% 0.7% -
HSV(B) 49.62º 0.25% 0.8% -
XYZ 50.08 54.13 37.52 -
YUV 192.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 204 195 152 0 0.04 0.25 0.2 49.62 0.34 0.7
Hex CC C3 98 0 4 19 14 32 22 46
Octal 314 303 230 0 4 31 24 62 42 106
Binary 11001100 11000011 10011000 0 100 11001 10100 110010 100010 1000110

Color Harmonies of #CCC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC398

Black with #CCC398

Text Example


Text Example

White with #CCC398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC398; }

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

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

background-color css

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

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

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

border-color css

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

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

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