Html Css Color HEX #CCC395 Tahuna Sands

📋 copy color: '#CCC395'

red 204 ◦ green 195 ◦ blue 149

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

Shades of Tahuna Sands #CCC395

Tints of Tahuna Sands #CCC395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.19%

R = 37.23%
G = 35.58%
B = 27.19%

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

#CCC395 (or 0xCCC395) is known color: Tahuna Sands. HEX triplet: CC, C3 and 95. RGB value is (204,195,149). Sum of RGB (Red+Green+Blue) = 204+195+149=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC395 is #333C6A. Grayscale: #C0C0C0. Windows color (decimal): -3357803 or 9814988. OLE color: 9814988.

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

Color convert

RGB 204 195 149 -
CMYK 0 0.04 0.27 0.2
HSL 50.18º 0.35% 0.69% -
HSV(B) 50.18º 0.27% 0.8% -
XYZ 49.84 54.04 36.24 -
YUV 192.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 204 195 149 0 0.04 0.27 0.2 50.18 0.35 0.69
Hex CC C3 95 0 4 1B 14 32 23 45
Octal 314 303 225 0 4 33 24 62 43 105
Binary 11001100 11000011 10010101 0 100 11011 10100 110010 100011 1000101

Color Harmonies of #CCC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC395

Black with #CCC395

Text Example


Text Example

White with #CCC395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC395; }

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

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

background-color css

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

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

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

border-color css

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

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

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