Html Css Color HEX #CCC394 Tahuna Sands

📋 copy color: '#CCC394'

red 204 ◦ green 195 ◦ blue 148

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

Shades of Tahuna Sands #CCC394

Tints of Tahuna Sands #CCC394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 37.29%
G = 35.65%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCC394 (or 0xCCC394) is known color: Tahuna Sands. HEX triplet: CC, C3 and 94. RGB value is (204,195,148). Sum of RGB (Red+Green+Blue) = 204+195+148=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC394 is #333C6B. Grayscale: #C0C0C0. Windows color (decimal): -3357804 or 9749452. OLE color: 9749452.

HSL color Cylindrical-coordinate representation of color #CCC394: hue angle of 50.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCC394 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 148 -
CMYK 0 0.04 0.27 0.2
HSL 50.36º 0.35% 0.69% -
HSV(B) 50.36º 0.27% 0.8% -
XYZ 49.76 54.01 35.82 -
YUV 192.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 204 195 148 0 0.04 0.27 0.2 50.36 0.35 0.69
Hex CC C3 94 0 4 1B 14 32 23 45
Octal 314 303 224 0 4 33 24 62 43 105
Binary 11001100 11000011 10010100 0 100 11011 10100 110010 100011 1000101

Color Harmonies of #CCC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC394

Black with #CCC394

Text Example


Text Example

White with #CCC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC394; }

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

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

background-color css

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

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

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

border-color css

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

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

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