Html Css Color HEX #CCC397 Tahuna Sands

📋 copy color: '#CCC397'

red 204 ◦ green 195 ◦ blue 151

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

Shades of Tahuna Sands #CCC397

Tints of Tahuna Sands #CCC397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.45%

R = 37.09%
G = 35.45%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCC397 (or 0xCCC397) is known color: Tahuna Sands. HEX triplet: CC, C3 and 97. RGB value is (204,195,151). Sum of RGB (Red+Green+Blue) = 204+195+151=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC397 is #333C68. Grayscale: #C0C0C0. Windows color (decimal): -3357801 or 9946060. OLE color: 9946060.

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

Color convert

RGB 204 195 151 -
CMYK 0 0.04 0.26 0.2
HSL 49.81º 0.34% 0.7% -
HSV(B) 49.81º 0.26% 0.8% -
XYZ 50 54.1 37.09 -
YUV 192.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 204 195 151 0 0.04 0.26 0.2 49.81 0.34 0.7
Hex CC C3 97 0 4 1A 14 32 22 46
Octal 314 303 227 0 4 32 24 62 42 106
Binary 11001100 11000011 10010111 0 100 11010 10100 110010 100010 1000110

Color Harmonies of #CCC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC397

Black with #CCC397

Text Example


Text Example

White with #CCC397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC397; }

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

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

background-color css

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

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

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

border-color css

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

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

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