Html Css Color HEX #CCC298 Tahuna Sands

📋 copy color: '#CCC298'

red 204 ◦ green 194 ◦ blue 152

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

Shades of Tahuna Sands #CCC298

Tints of Tahuna Sands #CCC298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

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

R = 37.09%
G = 35.27%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCC298 (or 0xCCC298) is known color: Tahuna Sands. HEX triplet: CC, C2 and 98. RGB value is (204,194,152). Sum of RGB (Red+Green+Blue) = 204+194+152=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC298 is #333D67. Grayscale: #C0C0C0. Windows color (decimal): -3358056 or 10011340. OLE color: 10011340.

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

Color convert

RGB 204 194 152 -
CMYK 0 0.05 0.25 0.2
HSL 48.46º 0.34% 0.7% -
HSV(B) 48.46º 0.25% 0.8% -
XYZ 49.86 53.69 37.44 -
YUV 192.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 204 194 152 0 0.05 0.25 0.2 48.46 0.34 0.7
Hex CC C2 98 0 5 19 14 30 22 46
Octal 314 302 230 0 5 31 24 60 42 106
Binary 11001100 11000010 10011000 0 101 11001 10100 110000 100010 1000110

Color Harmonies of #CCC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC298

Black with #CCC298

Text Example


Text Example

White with #CCC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC298; }

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

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

background-color css

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

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

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

border-color css

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

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

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