#CECEAB

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

Shades of Orinoco #CECEAB

Tints of Orinoco #CECEAB

Color information

#CECEAB (or 0xCECEAB) is unknown color: approx Orinoco. HEX triplet: CE, CE and AB. RGB value is (206,206,171). Sum of RGB (Red+Green+Blue) = 206+206+171=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECEAB is #313154. Grayscale: #CACACA. Windows color (decimal): -3223893 or 11259598. OLE color: 11259598.

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

Color convert

RGB206206171-
CMYK000.170.19
HSL60º26.32%73.92%-
HSV(B)60º16.99%80.78%-
XYZ54.8860.247.26-
YUV202.01110.5130.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=35.33%
G=35.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206206171000.170.196026.3273.92
HexCECEAB0011133c1a4a
Octal3163162530021237432112
Binary110011101100111010101011001000110011111100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECEAB; }

 p { color: rgb(206,206,171); }

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

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

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

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

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

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

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