Html Css Color HEX #CECB96 Tahuna Sands

📋 copy color: '#CECB96'

red 206 ◦ green 203 ◦ blue 150

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

Shades of Tahuna Sands #CECB96

Tints of Tahuna Sands #CECB96

RGB

 RED value IS 206 (80.86% from 255) = 36.85%

 GREEN value IS 203 (79.69% from 255) = 36.31%

 BLUE value IS 150 (58.98% from 255) = 26.83%

R = 36.85%
G = 36.31%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CECB96 (or 0xCECB96) is known color: Tahuna Sands. HEX triplet: CE, CB and 96. RGB value is (206,203,150). Sum of RGB (Red+Green+Blue) = 206+203+150=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB96 is #313469. Grayscale: #C6C6C6. Windows color (decimal): -3224682 or 9882574. OLE color: 9882574.

HSL color Cylindrical-coordinate representation of color #CECB96: hue angle of 56.79º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CECB96 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 150 -
CMYK 0 0.01 0.27 0.19
HSL 56.79º 0.36% 0.7% -
HSV(B) 56.79º 0.27% 0.81% -
XYZ 52.31 58.04 37.3 -
YUV 197.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 206 203 150 0 0.01 0.27 0.19 56.79 0.36 0.7
Hex CE CB 96 0 1 1B 13 39 24 46
Octal 316 313 226 0 1 33 23 71 44 106
Binary 11001110 11001011 10010110 0 1 11011 10011 111001 100100 1000110

Color Harmonies of #CECB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB96

Black with #CECB96

Text Example


Text Example

White with #CECB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB96; }

 p { color: rgb(206,203,150); }

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

background-color css

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

 a { background-color: rgb(206,203,150); }

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

border-color css

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

 span { border-color: rgb(206,203,150); }

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