Html Css Color HEX #CCC69C Tahuna Sands

📋 copy color: '#CCC69C'

red 204 ◦ green 198 ◦ blue 156

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

Shades of Tahuna Sands #CCC69C

Tints of Tahuna Sands #CCC69C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.48%

 BLUE value IS 156 (61.33% from 255) = 27.96%

R = 36.56%
G = 35.48%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCC69C (or 0xCCC69C) is known color: Tahuna Sands. HEX triplet: CC, C6 and 9C. RGB value is (204,198,156). Sum of RGB (Red+Green+Blue) = 204+198+156=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC69C is #333963. Grayscale: #C3C3C3. Windows color (decimal): -3357028 or 10274508. OLE color: 10274508.

HSL color Cylindrical-coordinate representation of color #CCC69C: hue angle of 52.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC69C is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 156 -
CMYK 0 0.03 0.24 0.2
HSL 52.5º 0.32% 0.71% -
HSV(B) 52.5º 0.24% 0.8% -
XYZ 51.1 55.63 39.5 -
YUV 195.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 204 198 156 0 0.03 0.24 0.2 52.5 0.32 0.71
Hex CC C6 9C 0 3 18 14 34 20 47
Octal 314 306 234 0 3 30 24 64 40 107
Binary 11001100 11000110 10011100 0 11 11000 10100 110100 100000 1000111

Color Harmonies of #CCC69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC69C

Black with #CCC69C

Text Example


Text Example

White with #CCC69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC69C; }

 p { color: rgb(204,198,156); }

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

background-color css

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

 a { background-color: rgb(204,198,156); }

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

border-color css

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

 span { border-color: rgb(204,198,156); }

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