Html Css Color HEX #CCC69B Tahuna Sands

📋 copy color: '#CCC69B'

red 204 ◦ green 198 ◦ blue 155

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

Shades of Tahuna Sands #CCC69B

Tints of Tahuna Sands #CCC69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.83%

R = 36.62%
G = 35.55%
B = 27.83%

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

#CCC69B (or 0xCCC69B) is known color: Tahuna Sands. HEX triplet: CC, C6 and 9B. RGB value is (204,198,155). Sum of RGB (Red+Green+Blue) = 204+198+155=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC69B is #333964. Grayscale: #C3C3C3. Windows color (decimal): -3357029 or 10208972. OLE color: 10208972.

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

Color convert

RGB 204 198 155 -
CMYK 0 0.03 0.24 0.2
HSL 52.65º 0.32% 0.7% -
HSV(B) 52.65º 0.24% 0.8% -
XYZ 51.01 55.59 39.05 -
YUV 194.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 204 198 155 0 0.03 0.24 0.2 52.65 0.32 0.7
Hex CC C6 9B 0 3 18 14 35 20 46
Octal 314 306 233 0 3 30 24 65 40 106
Binary 11001100 11000110 10011011 0 11 11000 10100 110101 100000 1000110

Color Harmonies of #CCC69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC69B

Black with #CCC69B

Text Example


Text Example

White with #CCC69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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