#CECD98

Color #CECD98 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #CECD98

Tints of Tahuna Sands #CECD98

Color information

#CECD98 (or 0xCECD98) is unknown color: approx Tahuna Sands. HEX triplet: CE, CD and 98. RGB value is (206,205,152). Sum of RGB (Red+Green+Blue) = 206+205+152=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD98 is #313267. Grayscale: #C7C7C7. Windows color (decimal): -3224168 or 10014158. OLE color: 10014158.

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

Color convert

RGB206205152-
CMYK00.000.260.19
HSL58.89º35.53%70.2%-
HSV(B)58.89º26.21%80.78%-
XYZ52.9559.0538.31-
YUV199.26101.33132.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 152 (59.77% from 255) = 27.00%
R=36.59%
G=36.41%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620515200.000.260.1958.8935.5370.2
HexCECD98001A133b2446
Octal3163152300032237344106
Binary1100111011001101100110000011010100111110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECD98; }

 p { color: rgb(206,205,152); }

 H1.HeaderClassName
 {
   color: #CECD98;
 }
 .AnyTagClassName
 {
   color: #CECD98;
 }
</style>
background-color css

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

 a { background-color: rgb(206,205,152); }

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

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

 span { border-color: rgb(206,205,152); }

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