#CECFA0

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

Shades of Orinoco #CECFA0

Tints of Orinoco #CECFA0

Color information

#CECFA0 (or 0xCECFA0) is unknown color: approx Orinoco. HEX triplet: CE, CF and A0. RGB value is (206,207,160). Sum of RGB (Red+Green+Blue) = 206+207+160=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFA0 is #31305F. Grayscale: #C9C9C9. Windows color (decimal): -3223648 or 10538958. OLE color: 10538958.

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

Color convert

RGB206207160-
CMYK0.0000.230.19
HSL61.28º32.87%71.96%-
HSV(B)61.28º22.71%81.18%-
XYZ54.1160.2942.04-
YUV201.34104.67131.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=35.95%
G=36.13%
B=27.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062071600.0000.230.1961.2832.8771.96
HexCECFA00017133d2148
Octal3163172400027237541110
Binary1100111011001111101000000010111100111111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFA0; }

 p { color: rgb(206,207,160); }

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

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

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

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

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

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

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